add atuin config

This commit is contained in:
Alexander Navarro 2025-06-19 11:39:22 -04:00
parent cbe791ead3
commit 5c9c12f32c
7 changed files with 726 additions and 0 deletions

View file

@ -34,3 +34,9 @@ source "$HOME/.rye/env"
# . "$HOME/.cargo/env"
update_path "$HOME/.cargo/bin/"
. "$HOME/.atuin/bin/env"
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

View file

@ -6,3 +6,8 @@ if [[ $(ps --no-header --pid=$PPID --format=comm) != "fish" && -z ${BASH_EXECUTI
shopt -q login_shell && LOGIN_OPTION='--login' || LOGIN_OPTION=''
exec fish $LOGIN_OPTION
fi
. "$HOME/.atuin/bin/env"
[[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh
eval "$(atuin init bash)"