dots command uses HOME

This commit is contained in:
odrling 2018-09-14 01:33:00 +02:00
parent 92e0050687
commit 7681715b6d

View file

@ -1,4 +1,3 @@
# Defined in - @ line 0
function dots --description 'alias dots=git --git-dir=/home/odrling/.dots --work-tree=/home/odrling'
git --git-dir=/home/odrling/.dots --work-tree=/home/odrling $argv;
function dots
git --git-dir="$HOME/.dots" --work-tree="$HOME" $argv;
end