Browse Source

Add tmux shortcut func #fishshell

Colin Powell 6 years ago
parent
commit
0108651fa0
1 changed files with 3 additions and 0 deletions
  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