This commit is contained in:
2018-12-03 15:35:18 -05:00
parent ad5772fae9
commit 688dd5fc7a
12 changed files with 85 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
# system {{{ #
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
HISTSIZE=10000
SAVEHIST=10000
setopt appendhistory autocd extendedglob nomatch notify
# vim mode {{{ #
@@ -202,7 +202,7 @@ alias gchom="git checkout master"
alias gchnw="git checkout -b wip"
alias gchw="git checkout wip"
alias gheadm1="git reset --hard HEAD~1"
alias glstf="git ls-tree -r HEAD --name-only"
alias gls="git ls-tree -r HEAD --name-only"
# push {{{ #
alias egc="nvim -c \"set syn=gitcommit\" -c \"set tw=72\" commit-msg.txt"