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`