From c5c28e7af4fe9ca7f90266b245c66d45c734ee0a Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 23 Mar 2026 13:02:37 +0100 Subject: bash: Don’t grab EWW completions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 1 - 1 file changed, 1 deletion(-) (limited to '.bashrc') 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" ] -- cgit v1.2.3