diff --git a/.bashrc b/.bashrc index 1d0eda1..7c79c9f 100644 --- a/.bashrc +++ b/.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'