[zsh] cleans up todos

This commit is contained in:
Josh Sherman 2016-11-18 22:06:50 -06:00
parent 6357dcca49
commit 544f6e69a5
2 changed files with 1 additions and 14 deletions

View file

@ -12,6 +12,5 @@ alias mtr="sudo mtr"
# Because OS X returns all caps
function uuidgen() {
env \
uuidgen "$@" | awk '{print tolower($0)}'
env uuidgen "$@" | awk '{print tolower($0)}'
}

View file

@ -56,18 +56,6 @@ alias vd=vimdiff
# while :; do read -p "Press enter to execute..."; $@; done
# }
# I dunno about all of this either
#export PATH=~/.dotfiles/bin:/usr/local/bin:/usr/local/sbin:./node_modules/bower/bin:./node_modules/grunt-cli/bin:$PATH
# v Alias is all fucked in Linux, remove dotfiles bin path
export PATH=/usr/local/bin:/usr/local/sbin:./node_modules/bower/bin:./node_modules/grunt-cli/bin:$PATH
# May not need this now, moved it to mux
export NODE_ENV=development
# Need to run this conditionally based on the environment (I think OSX specific)
# TODO: Legit unsure if I need this anymore
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
# Because `npm` shit the bed on me...
ulimit -n 4096