summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 5046734..c645746 100644
--- a/.zshrc
+++ b/.zshrc
@@ -15,7 +15,7 @@ function git {
fi
}
-alias rawuconf="git --git-dir=$HOME/Repos/uconf.git --work-tree=$HOME"
+alias rawuconf="git --git-dir=$HOME/.local/share/uconf.git --work-tree=$HOME"
function uconf {
if [[ "$1" == "commit" ]]; then
shift 1