summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 2e9687c..9f96f50 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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"