lang changes

This commit is contained in:
Tyrel Souza 2015-12-22 23:36:16 -05:00
parent 30727b3ac5
commit 024b205050
2 changed files with 4 additions and 2 deletions

2
zshrc
View File

@ -1,6 +1,6 @@
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME="half-life"
ZSH_THEME="fino-time"
plugins=(git)
source $ZSH/oh-my-zsh.sh

View File

@ -1,4 +1,6 @@
# User configuration Exports
export LC_ALL=C
export LANG=en_US.UTF-8
export NPM_PACKAGES="${HOME}/.npm-packages"
export NODE_PATH="$NPM_PACKAGES/lib/node_modules:$NODE_PATH"
export GOPATH=$HOME/go
@ -10,7 +12,7 @@ export PROJECT_HOME=$HOME/Devel
export PATH="$HOME/bin:$HOME/.rvm.bin:$NPM_PACKAGES/bin:$GOPATH/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH"
# Sourcing aliases and functions
source /usr/local/bin/virtualenvwrapper_lazy.sh
source /usr/bin/virtualenvwrapper_lazy.sh
source ~/.bash_aliases
# Unset manpath so we can inherit from /etc/manpath via the `manpath`