summary refs log tree commit diff stats
path: root/bash
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-04-16 15:24:01 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-04-16 15:24:01 +0200
commit5be0bbefb8e732044d581c0bb0aacc5e4a9ece69 (patch)
tree67c2822e6371e865466a4b432d524a518b66c323 /bash
parent441791e5bc512d915bf8a57fd73635e773a1c150 (diff)
downloaddotfiles-5be0bbefb8e732044d581c0bb0aacc5e4a9ece69.tar.gz
dotfiles-5be0bbefb8e732044d581c0bb0aacc5e4a9ece69.zip
add atuin
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc5
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