mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 04:02:55 +00:00
5 lines
215 B
Fish
5 lines
215 B
Fish
|
# Defined via `source`
|
||
|
function fcd --wraps='set jump (fd -t d . ~ | fzf); and cd $jump' --description 'alias fcd set jump (fd -t d . ~ | fzf); and cd $jump'
|
||
|
set jump (fd -t d . ~ | fzf); and cd $jump $argv;
|
||
|
end
|