Forráskód Böngészése

Add tmux shortcut func #fishshell

Colin Powell 6 éve
szülő
commit
0108651fa0
1 módosított fájl, 3 hozzáadás és 0 törlés
  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