Kevin Mok
3 years ago
9 changed files with 35 additions and 15 deletions
-
11aliases/key_aliases.tmpl
-
6aliases/key_dirs.tmpl
-
3aliases/key_files.tmpl
-
8dot_config/fish/config.fish.tmpl
-
4dot_config/fish/functions/fzf-cd.fish
-
6dot_config/spotify/Users/polarbier-user/prefs.tmpl
-
2dot_kube/private_config.tmpl
-
7dot_taskrc
-
3dot_vimrc.tmpl
@ -0,0 +1,4 @@ |
|||
function fzf-cd |
|||
set dir (fd -td | fzf) |
|||
cd $dir |
|||
end |
Write
Preview
Loading…
Cancel
Save
Reference in new issue