fzf: Remove useless line in 'cd'

master
Pierre Neidhardt 2016-11-27 16:49:48 +05:30
parent b93a58f4c2
commit 5f124a8522
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ function cd --description "Change directory"
set -g dirprev $PWD
end
set -e dirnext
set -g __fish_cd_direction prev
end
return $cd_status