Add atuin

This commit is contained in:
Tyler Perkins 2024-03-19 19:44:54 -04:00
parent 50bc6c1cca
commit 07fc0e5e52
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
1 changed files with 2 additions and 0 deletions

View File

@ -148,3 +148,5 @@ echo -e "${_PROMPT_HEAD_}#${_PROMPT_VAR_}\x1b[3m $(shuf -n 1 ~/.desktop/messages
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
[[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh
eval "$(atuin init bash)"