Modified .bashrc
This commit is contained in:
parent
2349ad5c22
commit
f11e45efb2
1 changed files with 5 additions and 0 deletions
5
.bashrc
5
.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 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=/'
|
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'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue