From a81464ed0b632add2e182c06d174a795fe782892 Mon Sep 17 00:00:00 2001 From: Nicole Date: Mon, 21 Apr 2025 23:32:08 +0200 Subject: [PATCH] Modified .bashrc --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) 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=/'