diff --git a/share/functions/__fish_list_current_token.fish b/share/functions/__fish_list_current_token.fish index 878ac9d1b..a88978cc3 100644 --- a/share/functions/__fish_list_current_token.fish +++ b/share/functions/__fish_list_current_token.fish @@ -6,6 +6,7 @@ function __fish_list_current_token -d "List contents of token under the cursor if it is a directory, otherwise list the contents of the current directory" set val (eval echo (commandline -t)) + printf "\n" if test -d $val ls $val else