Updated .bashrc
This commit is contained in:
parent
4aa0df4b14
commit
8fe372dc5c
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
|
@ -8,7 +8,7 @@ eval "$(starship init bash)"
|
|||
|
||||
# dotfiles management
|
||||
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/nixdotfiles/ --work-tree=/'
|
||||
|
||||
bind '"\e[A": history-search-backward'
|
||||
bind '"\e[B": history-search-forward'
|
||||
|
|
|
|||
Loading…
Reference in a new issue