From fef1d8682bf9d88ab52b9d2c8e0ca0b7c7cb6e80 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 27 Nov 2024 20:52:31 +0100 Subject: bash: Enable fzf integration --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 9f96f50..37474d9 100644 --- a/.bashrc +++ b/.bashrc @@ -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() { -- cgit v1.2.3