diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-03-21 19:11:21 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-03-21 19:11:21 +0530 |
commit | 497ddb40ee085938bd08cd06d154ca1ab3c4573b (patch) | |
tree | 00ae96c2fa5df8dd518482a6755052b3f0cb2674 /.config/zsh/.zshrc | |
parent | d1b920e43d1531b05dbed51ba78f5c5c7b60dd4e (diff) |
turned the dotfiles into a dotfile. get it? get it?
Diffstat (limited to '.config/zsh/.zshrc')
-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 b6090fc..bce35cd 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -49,7 +49,7 @@ alias gp='git push' alias gcl='git clone' # git bare -alias dots='git --git-dir=$HOME/dotfiles/ --work-tree=$HOME' +alias dots='git --git-dir=$HOME/.dots/ --work-tree=$HOME' # ssh alias ssh-k='eval $(ssh-agent)&& ssh-add /home/zt/.ssh/kalawati_git_key' |