diff --git a/.bashrc b/.bashrc index d96fb24..43e6b5f 100644 --- a/.bashrc +++ b/.bashrc @@ -5,6 +5,8 @@ case $- in esac 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=/'