From 024b205050e04f9246c3e818ee58b0c304146a48 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Tue, 22 Dec 2015 23:36:16 -0500 Subject: [PATCH] lang changes --- zshrc | 2 +- zshrc.local | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index f9788b9..e912f29 100644 --- a/zshrc +++ b/zshrc @@ -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 diff --git a/zshrc.local b/zshrc.local index 36bdb33..8348bd8 100644 --- a/zshrc.local +++ b/zshrc.local @@ -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`