From 07fc0e5e52c51d2b45770f3b2621cd573d89f826 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Tue, 19 Mar 2024 19:44:54 -0400 Subject: [PATCH] Add atuin --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 25ccc41..e1438c8 100644 --- a/.bashrc +++ b/.bashrc @@ -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)"