diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-27 20:52:31 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-27 20:52:31 +0100 |
commit | fef1d8682bf9d88ab52b9d2c8e0ca0b7c7cb6e80 (patch) | |
tree | 7374b6595bbac5f07104cba236514fda8eda51fa /.bashrc | |
parent | 64275b265aef935c1cf383bba2ebaa34f18054fc (diff) |
bash: Enable fzf integration
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -112,6 +112,8 @@ alias z='2>/dev/null zathura --fork "$@" 2>/dev/null' PS1='\[\e[96;1m\]\u \[\e[39m\]\W \[\e[96m\]〉\[\e[0m\]' +eval "$(fzf --bash)" + # Autocompletions for auto-cpufreq. Inlined from the generated output # for performance reasons. _auto_cpufreq_completion() { |