Fix dt command to use command name #fishshell

This commit is contained in:
Colin Powell
2019-02-26 10:55:23 -05:00
parent c7c2ac5e1d
commit 6ec50d2d4d

View File

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