From 73d94f515e632a94fcbaa041438abf8f34971eb7 Mon Sep 17 00:00:00 2001 From: omagdy Date: Wed, 1 Jan 2025 21:01:47 +0200 Subject: update --- zsh/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'zsh') 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)" -- cgit v1.2.3