Explorar o código

Fix dt command to use command name #fishshell

Colin Powell %!s(int64=6) %!d(string=hai) anos
pai
achega
6ec50d2d4d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fish/.config/fish/functions/dt.fish

+ 1 - 1
fish/.config/fish/functions/dt.fish

@@ -1,3 +1,3 @@
 function dt
-	dtach -A /tmp/dtach-$argv $argv
+	dtach -A /tmp/dtach-$argv[1] $argv
 end