mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
fcd auto execute
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user