diff options
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 125bd77..f6e0cdd 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -22,3 +22,8 @@ bind '"\e[B":history-search-forward' # Start programs eval "$(starship init bash)" eval "$(zoxide init --cmd='cd' bash)" + +if [[ -f ~/.bash-preexec.sh ]]; then + source ~/.bash-preexec.sh + eval "$(atuin init bash)" +fi |