Merge branch 'master' of github.com:joshtronic/dotfiles

This commit is contained in:
Josh Sherman 2016-09-07 20:20:58 -05:00
commit deda544d34
2 changed files with 11 additions and 2 deletions

View file

@ -1,2 +1,5 @@
[mysql]
pager = grcat ~/.grcat
[client]
user = root

View file

@ -48,15 +48,19 @@ alias mtr="sudo mtr"
alias ms="mux start"
# Generate a UUID
function GenerateUUID() {
function uuid() {
uuidgen | awk '{print tolower($0)}'
}
alias uuid=GenerateUUID
# Vim aliases
alias v="/usr/local/bin/vim"
alias vd="vimdiff"
# Inf
# function inf() {
# while :; do read -p "Press enter to execute..."; $@; done
# }
# This is kinda fucked, I outta rework into a separate grep alias to skip stuff
export GREP_OPTIONS="--color=auto --exclude-dir=.git --exclude-dir=artwork --exclude-dir=node_modules --exclude-dir=.sass-cache"
@ -73,6 +77,8 @@ export NODE_ENV=development
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh
source "`brew --prefix`/etc/grc.bashrc"
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
# Because `npm` shit the bed on me...