diff options
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ function jc { __dir_search "$1" "$XDG_CONFIG_HOME" -maxdepth 1 -type d } +function goto { + cd "$(fzf --literal --filepath-word --walker=dir --walker-root="$HOME")" +} + export BROWSER="firefox" export CC="gcc" export EDITOR="nvim" |