diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-04-05 23:46:58 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-04-05 23:46:58 +0200 |
| commit | 444645f1b2a1b3d79f87e14b85fc527b12b23e93 (patch) | |
| tree | 2c4d8374317d01cda420c9487bd101885e2f0101 | |
| parent | b99c80783219e9565fe4556abb137fbbb11c0a88 (diff) | |
| download | dotfiles-444645f1b2a1b3d79f87e14b85fc527b12b23e93.tar.gz dotfiles-444645f1b2a1b3d79f87e14b85fc527b12b23e93.zip | |
Revert back to bare dotfiles alias
| -rw-r--r-- | .config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 8e32d6d..60305c6 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -367,7 +367,7 @@ extract () { } # Dotfiles -alias config='/usr/bin/git --git-dir=$HOME/.cfg/.git --work-tree=$HOME' +alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' #alias cfg='config subtree pull --prefx' #alias gsp="git subtree push --prefix=_site git@github.com:mertnuhoglu/blog_datascience.git" #alias gsp="git subtree push.local/bin/scripts https://github.com/srdusr/scripts.git main --squash |
