File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed
Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 1- alias vi=nvim
2- alias vim=nvim
3- alias gits=' git status'
4- alias gc=' git commit'
5- alias gd=' git diff'
6- alias ga=' git add'
7- alias gp=' git push'
8- alias tma=' tmux attach -d -t'
9-
10- bindkey -v
11-
12- export GPG_TTY=$( tty)
13-
141# If you come from bash you might have to change your $PATH.
152# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
163
@@ -115,3 +102,17 @@ source $ZSH/oh-my-zsh.sh
115102# Example aliases
116103# alias zshconfig="mate ~/.zshrc"
117104# alias ohmyzsh="mate ~/.oh-my-zsh"
105+
106+ alias vi=nvim
107+ alias vim=nvim
108+ alias gits=' git status'
109+ alias gc=' git commit'
110+ alias gd=' git diff'
111+ alias ga=' git add'
112+ alias gp=' git push'
113+ alias tma=' tmux attach -d -t'
114+
115+ bindkey -v
116+
117+ export GPG_TTY=$( tty)
118+
You can’t perform that action at this time.
0 commit comments