Explorar el Código

Add tmux shortcut func #fishshell

Colin Powell hace 6 años
padre
commit
0108651fa0
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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