Modified .bashrc

This commit is contained in:
Nicole 2025-04-22 21:26:43 +02:00
parent 2349ad5c22
commit f11e45efb2

View file

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