summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-08-17 15:33:47 +0200
committerRobert Günzler <r@gnzler.io>2022-08-17 15:34:05 +0200
commit256e48321e89ea6cf5dad551d13417aec5b2c7eb (patch)
tree3e83f09cd0ba7c7451930a418fafd26fa6c83323 /bin
parent8764ec361070a6dc1eb4c1ba6261e242da7c553b (diff)
bin: replace dotf with conf
Diffstat (limited to '')
-rwxr-xr-xbin/conf2
-rwxr-xr-xbin/dotf2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/conf b/bin/conf
new file mode 100755
index 0000000..7edfcd9
--- /dev/null
+++ b/bin/conf
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec env GIT_DIR=${HOME}/.dotfiles.git git -C $HOME $@
diff --git a/bin/dotf b/bin/dotf
deleted file mode 100755
index 10d3429..0000000
--- a/bin/dotf
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-GIT_DIR=$HOME/.dotfiles.git git $@