Removed old stuff I don't use anymore

This commit is contained in:
billmanz
2026-06-27 20:34:48 -04:00
parent b177bf86c0
commit 24af90d464
99 changed files with 5 additions and 10818 deletions
+1 -3
View File
@@ -20,12 +20,10 @@ unset SSH_ASKPASS
export EDITOR="emacs -nw"
export VISUAL=emacs
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
if [[ $(ps --no-header --pid=$PPID --format=comm) != "fish" && -z ${BASH_EXECUTION_STRING} ]]
then
exec fish
fi
source /home/zpb/.config/broot/launcher/bash/br
. "$HOME/.cargo/env"