Browse Source

Add tmux shortcut func #fishshell

Colin Powell 6 năm trước cách đây
mục cha
commit
0108651fa0
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      fish/.config/fish/functions/ta.fish

+ 3 - 0
fish/.config/fish/functions/ta.fish

@@ -0,0 +1,3 @@
+function ta
+	tmux attach
+end