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' +