summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-03-23 13:02:37 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-03-23 13:02:37 +0100
commitc5c28e7af4fe9ca7f90266b245c66d45c734ee0a (patch)
treedaa7244af089a1f4cfe6048c3dccb64fcddb62f7 /.bashrc
parent4148a4261ff3ec0e35901c2a650e8ec1b91481fb (diff)
bash: Don’t grab EWW completions
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index bb82593..8dc90a3 100644
--- a/.bashrc
+++ b/.bashrc
@@ -55,7 +55,6 @@ __ps1_newline() {
PS1="\$(__ps1_newline)"'\[\e[96;1m\]\u \[\e[39m\]\W \[\e[96m\]〉\[\e[0m\]'
command -v fzf >/dev/null && eval "$(fzf --bash)"
-command -v eww >/dev/null && eval "$(eww shell-completions --shell bash)"
command -v niri >/dev/null && eval "$(niri completions bash)"
if [ -d "$NVM_DIR" ]