From 124b2851f0b67e5aecb83fa3f384a984ff1f47eb Mon Sep 17 00:00:00 2001 From: doman Date: Sat, 22 Jul 2023 14:50:02 +0200 Subject: [PATCH] added dot --- .config/aliasrc/dot | 1 + 1 file changed, 1 insertion(+) create mode 100644 .config/aliasrc/dot diff --git a/.config/aliasrc/dot b/.config/aliasrc/dot new file mode 100644 index 0000000..6d7a8be --- /dev/null +++ b/.config/aliasrc/dot @@ -0,0 +1 @@ +alias dot="/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME"