diff options
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r-- | bash/.bash_profile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile index c5cb988..3ad634e 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -15,4 +15,6 @@ export PATH complete -cf doas export PATH=$PATH:/home/bryson/.spicetify export EDITOR=/usr/bin/vim -#source "/home/bryson/git/emsdk/emsdk_env.sh" +source /usr/share/autojump/autojump.bash +source /usr/share/bash-completion/completions/fzf +source /usr/share/fzf/key-bindings.bash |