Adding source fzf keybindings to bashrc

This commit is contained in:
Daniel Weber 2024-11-26 20:53:06 -05:00
parent 127f034176
commit 1a84d6156e

View File

@ -40,3 +40,7 @@ function fcd() {
cd $(find . -type d -print | fzf);
}
export PATH="$HOME/.cargo/bin:$PATH"
. "$HOME/.cargo/env"
source /usr/share/fzf/shell/key-bindings.bash