diff --git a/gitconfig b/gitconfig index 9e8102e..9d875ae 100644 --- a/gitconfig +++ b/gitconfig @@ -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 diff --git a/gitignore b/gitignore index e391643..839acd2 100644 --- a/gitignore +++ b/gitignore @@ -9,3 +9,4 @@ log/*.log tags tmp/**/* !tmp/cache/.keep +.pre-commit-config.yaml diff --git a/vim/init.vim b/vim/init.vim new file mode 120000 index 0000000..8c1e516 --- /dev/null +++ b/vim/init.vim @@ -0,0 +1 @@ +/Users/tyrelsouza/.vimrc \ No newline at end of file diff --git a/zshrc b/zshrc index 211fb54..7ea87be 100644 --- a/zshrc +++ b/zshrc @@ -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