dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit e3bf2aaf94f5133e7e4c31134bf587ee7bf827f4
parent c24623bd18648b0b10506c69a93b04bb9188699f
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu,  3 Oct 2013 21:55:54 +0200

changed zsh theme

Diffstat:
M.zshrc | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.zshrc b/.zshrc @@ -6,7 +6,9 @@ ZSH=$HOME/.oh-my-zsh # Optionally, if you set this to "random", it'll load a random theme each # time that oh-my-zsh is loaded. #ZSH_THEME="robbyrussell" -ZSH_THEME="gnzh" +#ZSH_THEME="gnzh" +#ZSH_THEME="agnoster" +ZSH_THEME="ys" # Example aliases # alias zshconfig="mate ~/.zshrc" @@ -100,3 +102,7 @@ else export PYTHONPATH=${PYTHONPATH}://home/adc/code/lmgc90/LMGC90v2/builds/Lmgc90_v2/lib fi export PATH=${PATH}:/home/adc/code/lmgc90/LMGC90v2/src/LMGC90v2_dev/addons + +# Set locales +export LC_ALL=en_US.UTF-8 +export LANG=en_US.UTF-8