added a new couple aliases

This commit is contained in:
Tyrel Souza 2016-04-21 14:48:17 -04:00
parent 9cb66b3185
commit 7ae4357022
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5
4 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,8 @@
st = status
# prettier diffs
d = diff --color-words
#push
p = push
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f

View File

@ -9,3 +9,4 @@ log/*.log
tags
tmp/**/*
!tmp/cache/.keep
.pre-commit-config.yaml

1
vim/init.vim Symbolic link
View File

@ -0,0 +1 @@
/Users/tyrelsouza/.vimrc

1
zshrc
View File

@ -86,3 +86,4 @@ alias hideprev='history -d $((HISTCMD-2)) && history -d $((HISTCMD-1))' # Hide t
if [ -e ~/.zshrc.local ];then
source ~/.zshrc.local
fi
alias vim=nvim