From cebe3b9ce546d77215dc09c811f6252da1330683 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 8 Mar 2026 17:50:25 -0400 Subject: [PATCH] [bash] Clean up bashrc --- bash/.bashrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bash/.bashrc b/bash/.bashrc index eead6e0..8bdb738 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,6 +1,3 @@ -. $HOME/.asdf/asdf.sh -. $HOME/.asdf/completions/asdf.bash - [ -f ~/.fzf.bash ] && source ~/.fzf.bash export GOPATH="$HOME/.go" @@ -53,7 +50,4 @@ set-pg-env() { } export PATH="/home/powellc/.shorebird/bin:$PATH" -. "$HOME/.atuin/bin/env" - [[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh -eval "$(atuin init bash)"