From ed1045c2dc1d4d45322470a889b44a9ea3e4a017 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Mon, 1 May 2023 15:35:18 +0200 Subject: [PATCH] Use '.git' directory for dots --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index a27d5fa..f27ad7d 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -43,7 +43,7 @@ alias srclip="clip -o | speedread -w 500" # Other -alias cfg="/usr/bin/git --git-dir=/home/h/.cfg/ --work-tree=/home/h" +alias cfg="/usr/bin/git --git-dir=/home/h/.git/ --work-tree=/home/h" alias df="df -kTh" alias fzfpac="pacman -Slq | fzf -m --preview 'pacman -Si {1}' | xargs -ro sudo pacman -S" alias o="xdg-open"