1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-04-08 07:11:12 +00:00

fcd auto execute

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

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