diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-29 22:15:26 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-29 22:15:26 +0200 |
commit | 154398567dec2d1b6285334b2d58d3261598b77f (patch) | |
tree | 44f73a723c044e1a6a3b14e62eac244bc5a168ca | |
parent | e59ca598938cc2e4c7e129698bad480f37a32cde (diff) |
bash: Add eww shell completions
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |