diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-12 15:21:26 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-12 15:21:26 -0700 |
commit | 345ec7242d94fa55b4b45d52016ed56daf726c92 (patch) | |
tree | 5a5bf77a1bd96c362b723df2cf922c59d7c63634 /.local/bin/cfgc | |
parent | 4fa2bf269650e1ab6a82a9359c0006bb1728e772 (diff) |
refactor
Diffstat (limited to '.local/bin/cfgc')
-rwxr-xr-x | .local/bin/cfgc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/cfgc b/.local/bin/cfgc index a10c02e1..41b61a1e 100755 --- a/.local/bin/cfgc +++ b/.local/bin/cfgc @@ -1,3 +1,3 @@ #!/bin/sh -/usr/bin/git --git-dir="$HOME/.mycfg_cross_platform/" --work-tree="$HOME" "$@" +git --git-dir="$HOME/.mycfg_cross_platform/" --work-tree="$HOME" "$@" |