Fix dt command to use command name #fishshell
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
function dt
|
||||
dtach -A /tmp/dtach-$argv $argv
|
||||
dtach -A /tmp/dtach-$argv[1] $argv
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user