mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-13 02:02:56 +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
|