Switched back to vim, set shell in tmux

This commit is contained in:
Josh Sherman 2016-04-15 11:18:24 -04:00
parent ef8748790a
commit 5923618ea0
2 changed files with 3 additions and 1 deletions

View file

@ -46,7 +46,7 @@ alias ms="mux start"
alias uuid="node -e \"var uuid = require('node-uuid'); console.log(uuid.v4())\""
# Vim aliases
alias v="/usr/local/bin/nvim"
alias v="/usr/local/bin/vim"
alias vd="vimdiff"
# This is kinda fucked, I outta rework into a separate grep alias to skip stuff