fcd auto execute

This commit is contained in:
Noah Masur 2021-11-16 07:49:29 -05:00
parent 13a4cac980
commit bc31e9d7df

View File

@ -8,4 +8,5 @@ function fcd --description 'Jump to directory' -a 'directory'
end end
set jump (fd -t d . $directory | fzf) set jump (fd -t d . $directory | fzf)
and cd $jump $argv; and cd $jump $argv;
and commandline -f execute;
end end