diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-04-16 15:24:01 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-04-16 15:24:01 +0200 |
| commit | 5be0bbefb8e732044d581c0bb0aacc5e4a9ece69 (patch) | |
| tree | 67c2822e6371e865466a4b432d524a518b66c323 /bash | |
| parent | 441791e5bc512d915bf8a57fd73635e773a1c150 (diff) | |
| download | dotfiles-5be0bbefb8e732044d581c0bb0aacc5e4a9ece69.tar.gz dotfiles-5be0bbefb8e732044d581c0bb0aacc5e4a9ece69.zip | |
add atuin
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 |