Browse Source

Add tmux shortcut func #fishshell

Colin Powell 6 năm trước cách đây
mục cha
commit
0108651fa0

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

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