From ee84ac6fced25668f7708982776520bb8ef52883 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Sun, 21 Jun 2026 00:32:42 -0400 Subject: check for interactive session in .bashrc --- .bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index ba89cef..7e9bb3e 100644 --- a/.bashrc +++ b/.bashrc @@ -1,3 +1,5 @@ +[[ $- != *i* ]] && return + alias ip="ip --color=auto" alias grep="grep --color=auto" alias diff="diff --color=auto" @@ -12,7 +14,7 @@ alias nw="$BROWSER --new-window" alias cp="cp -iv" alias mv="mv -iv" alias rm="rm -vI" -alias be="v $MENULAUNCHER_DIR/bookmarks" +alias be="e $MENULAUNCHER_DIR/bookmarks" alias mkdir="mkdir -pv" alias yt="yt-dlp --embed-metadata --embed-chapters --sponsorblock-remove sponsor -i" alias yta="yt-dlp -f bestaudio -x --audio-format mp3 --sponsorblock-remove sponsor -i" -- cgit v1.2.3