summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-06-12 16:43:31 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-06-12 16:43:31 +0100
commit096c2630ff3818fdae370c1ed2621b758941787c (patch)
treefce33ba44405eeed329c572e4a44ddb1c0405dfd
parent69c0cfeac5d70661763b30f2474c08eacc0321ac (diff)
Correct dotfiles alias
-rw-r--r--.config/aliasrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/aliasrc b/.config/aliasrc
index ff96ea0..7fe60e4 100644
--- a/.config/aliasrc
+++ b/.config/aliasrc
@@ -1,4 +1,4 @@
# The $HOME directory is the working directory for the bare dotfiles git repo.
# As such we can't use the git command in this directory if we want to work with the repo.
# Instead the dotfiles alias is used.
-alias dotfiles='/usr/bin/git --git-dir=$HOME/.local/src/ --work-tree=$HOME'
+alias dotfiles='/usr/bin/git --git-dir=$HOME/.local/src/dotfiles --work-tree=$HOME'