diff --git a/share/functions/fish_title.fish b/share/functions/fish_title.fish index aa73ac6f4..91519b90f 100644 --- a/share/functions/fish_title.fish +++ b/share/functions/fish_title.fish @@ -8,7 +8,7 @@ function fish_title # An override for the current command is passed as the first parameter. # This is used by `fg` to show the true process name, among others. if set -q argv[1] - echo -- $ssh (string sub -l 20 -- $argv[1]) (prompt_pwd -d 1 -D 0) + echo -- $ssh (string sub -l 20 -- $argv[1]) (prompt_pwd -d 1 -D 1) else # Don't print "fish" because it's redundant set -l command (status current-command)