Adding source fzf keybindings to bashrc
This commit is contained in:
parent
127f034176
commit
1a84d6156e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user