From 8fe372dc5ce1c1110ed676bdc0ab53d8932429f6 Mon Sep 17 00:00:00 2001 From: Nicole Date: Tue, 22 Apr 2025 22:59:41 +0200 Subject: [PATCH] Updated .bashrc --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'