From 154398567dec2d1b6285334b2d58d3261598b77f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 29 Jul 2025 22:15:26 +0200 Subject: bash: Add eww shell completions --- .bashrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 69ad944..458fc05 100644 --- a/.bashrc +++ b/.bashrc @@ -117,6 +117,7 @@ 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)" +eval "$(eww shell-completions --shell bash)" # Autocompletions for auto-cpufreq. Inlined from the generated output # for performance reasons. -- cgit v1.2.3