diff options
| author | Robert Günzler <r@gnzler.io> | 2022-08-17 15:33:47 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-08-17 15:34:05 +0200 |
| commit | 256e48321e89ea6cf5dad551d13417aec5b2c7eb (patch) | |
| tree | 3e83f09cd0ba7c7451930a418fafd26fa6c83323 /bin/conf | |
| parent | 8764ec361070a6dc1eb4c1ba6261e242da7c553b (diff) | |
bin: replace dotf with conf
Diffstat (limited to 'bin/conf')
| -rwxr-xr-x | bin/conf | 2 |
1 files changed, 2 insertions, 0 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 $@ |