aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authoromagdy <omar.professional8777@gmail.com>2025-01-01 21:01:47 +0200
committeromagdy <omar.professional8777@gmail.com>2025-01-01 21:01:47 +0200
commit73d94f515e632a94fcbaa041438abf8f34971eb7 (patch)
tree60456ceea1f5505316a95c8cfe25018b3509cbec /zsh/.zshrc
parent71d81e0a24a4e26f2ce8f6327ac80a501d4f4636 (diff)
downloaddotfiles-73d94f515e632a94fcbaa041438abf8f34971eb7.tar.xz
dotfiles-73d94f515e632a94fcbaa041438abf8f34971eb7.zip
update
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index c2d4a6c..7e84c2e 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -195,3 +195,8 @@ case ":$PATH:" in
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
# pnpm end
+
+. "$HOME/.atuin/bin/env"
+
+# Bind ctrl-r but not up arrow
+eval "$(atuin init zsh --disable-up-arrow)"