mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 14:35:37 +00:00
fcd auto execute
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user