Merge branch 'master' of github.com:joshtronic/dotfiles
This commit is contained in:
commit
deda544d34
2 changed files with 11 additions and 2 deletions
|
@ -1,2 +1,5 @@
|
|||
[mysql]
|
||||
pager = grcat ~/.grcat
|
||||
|
||||
[client]
|
||||
user = root
|
||||
|
|
10
zsh/zshrc
10
zsh/zshrc
|
@ -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...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue