[sh] Fixing atuin env loading

This commit is contained in:
2025-04-10 12:42:49 -04:00
parent a84b79ca08
commit 8a5da26f4d
2 changed files with 7 additions and 2 deletions

View File

@ -52,3 +52,8 @@ set-pg-env() {
source /home/powellc/src/github.com/15five/aws-cli-tooling/set-pg-env.sh
}
export PATH="/home/powellc/.shorebird/bin:$PATH"
. "$HOME/.atuin/bin/env"
[[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh
eval "$(atuin init bash)"