diff options
author | 2025-09-11 16:38:11 +0100 | |
---|---|---|
committer | 2025-09-11 16:38:11 +0100 | |
commit | aa62e1f27b0cb3d712d6f2b13071cca0f09379be (patch) | |
tree | a6d2a4ba09d66490bc7c1a23f35be707fa0f5c8b /home/.bashrc | |
parent | c1f310bcc39f6cf4684d938d7be45bb25b427335 (diff) | |
download | dotfiles-aa62e1f27b0cb3d712d6f2b13071cca0f09379be.tar.gz dotfiles-aa62e1f27b0cb3d712d6f2b13071cca0f09379be.tar.bz2 dotfiles-aa62e1f27b0cb3d712d6f2b13071cca0f09379be.zip |
Diffstat (limited to 'home/.bashrc')
-rw-r--r-- | home/.bashrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/home/.bashrc b/home/.bashrc index 3870a5e..2a65933 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -48,7 +48,6 @@ shopt -s autocd bind '"\eh": "\C-a\eb\ed\C-y\e#man \C-y\C-m\C-p\C-p\C-a\C-d\C-e"' -safesource /usr/share/bash-completion/completions/fzf || safesource /usr/share/fzf/completion.bash -safesource /etc/profile.d/fzf.bash || safesource /usr/share/fzf/key-bindings.bash +eval "$(fzf --bash)" complete -F _command doas |