diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-02-16 08:47:38 +0100 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-02-16 08:47:38 +0100 |
commit | 3322e2263a03d6c62e65bd5224723ce0f4dad145 (patch) | |
tree | d50fe0df094ab857f07ef894e9084fc9d8c9a0a9 /Common/bashrc.m4 | |
parent | bf5df2e802df4a46378855fd7ef0b0a4979d8c27 (diff) | |
download | dotfiles-3322e2263a03d6c62e65bd5224723ce0f4dad145.tar.gz dotfiles-3322e2263a03d6c62e65bd5224723ce0f4dad145.zip |
general
Diffstat (limited to 'Common/bashrc.m4')
-rw-r--r-- | Common/bashrc.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Common/bashrc.m4 b/Common/bashrc.m4 index 2340348..b1d8c67 100644 --- a/Common/bashrc.m4 +++ b/Common/bashrc.m4 @@ -153,3 +153,4 @@ source "$SSH_DIR/ssh-agent.env" > /dev/null # Enable FZF history [ -f ~/.fzf.bash ] && source ~/.fzf.bash +source /usr/share/fzf/shell/key-bindings.bash |