From 69c0cfeac5d70661763b30f2474c08eacc0321ac Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Fri, 12 Jun 2020 16:22:24 +0100 Subject: Add aliases --- .config/aliasrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/aliasrc (limited to '.config/aliasrc') diff --git a/.config/aliasrc b/.config/aliasrc new file mode 100644 index 0000000..ff96ea0 --- /dev/null +++ b/.config/aliasrc @@ -0,0 +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' -- cgit v1.2.3-13-gbd6f