From bb89997e23cee59a77f079b12d014d64efb05764 Mon Sep 17 00:00:00 2001 From: Amy Retzerau Date: Mon, 23 Feb 2026 22:14:19 +0100 Subject: [PATCH] fix: removed fish from bashrc --- .bashrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.bashrc b/.bashrc index 1985b42..31ccb19 100644 --- a/.bashrc +++ b/.bashrc @@ -4,11 +4,6 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return -if [[ $(ps --no-header --pid=$PPID --format=comm) != "fish" && -z ${BASH_EXECUTION_STRING} && ${SHLVL} == 1 ]] -then - shopt -q login_shell && LOGIN_OPTION='--login' || LOGIN_OPTION='' - exec fish $LOGIN_OPTION -fi alias ls='ls --color=auto' alias grep='grep --color=auto'