diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-04-05 00:35:41 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-04-05 00:35:41 +0200 |
| commit | b99c80783219e9565fe4556abb137fbbb11c0a88 (patch) | |
| tree | 127c2390a765e3904a6eda1c2ada778f12a66858 | |
| parent | a7a3a5c557fbbd4f7a365843c73a4eec5c29fada (diff) | |
| download | dotfiles-b99c80783219e9565fe4556abb137fbbb11c0a88.tar.gz dotfiles-b99c80783219e9565fe4556abb137fbbb11c0a88.zip | |
Changed dotfiles to not be bare repo
| -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 60305c6..8e32d6d 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -367,7 +367,7 @@ extract () { } # Dotfiles -alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' +alias config='/usr/bin/git --git-dir=$HOME/.cfg/.git --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 |
