diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2020-10-02 10:49:34 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2020-10-02 10:49:34 +0400 |
| commit | 3e5525c2918e5c2e08ee880e2a74415d18376060 (patch) | |
| tree | 810b4da1bbbee9bac622269797207507945a2a73 /.config | |
| parent | 70825f19ff5c8bd78780265ece1fc2c00a026f84 (diff) | |
Removed bash config from .profile
Diffstat (limited to '.config')
| -rw-r--r-- | .config/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 87f25b8..ff4d0c9 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -39,5 +39,6 @@ alias dotfiles="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME'" alias dotstat="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME' status" alias dotdiff="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME' diff" alias dotadd="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME' add -f" +alias vim="nvim" [[ -z "$TMUX" ]] && exec tmux |