From f11e45efb2d743038379fc3a8705bce95c77ffc5 Mon Sep 17 00:00:00 2001 From: Nicole Date: Tue, 22 Apr 2025 21:26:43 +0200 Subject: [PATCH] Modified .bashrc --- .bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bashrc b/.bashrc index 43e6b5f..1d0eda1 100644 --- a/.bashrc +++ b/.bashrc @@ -10,3 +10,8 @@ eval "$(starship init bash)" alias config='/run/current-system/sw/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME' alias nixconfig='/run/current-system/sw/bin/git --git-dir=$HOME/dotfiles/ --work-tree=/' +bind '"\e[A": history-search-backward' +bind '"\e[B": history-search-forward' +bind '"\eOA": history-search-backward' +bind '"\eOB": history-search-forward' +