Skip to content

Commit 1b8a958

Browse files
committed
Fix config ordering (for vim bindings).
1 parent 4bd6047 commit 1b8a958

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

zshrc

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
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+

0 commit comments

Comments
 (0)