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 | |
| parent | 8764ec361070a6dc1eb4c1ba6261e242da7c553b (diff) | |
bin: replace dotf with conf
| -rwxr-xr-x | bin/conf | 2 | ||||
| -rwxr-xr-x | bin/dotf | 2 |
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 $@ |