Merge remote-tracking branch 'cadusk/master'

Conflicts:
	README.textile
	lib/aliases.zsh
	templates/zshrc-linux.zsh
	templates/zshrc-mac.zsh
	templates/zshrc.zsh-template
This commit is contained in:
Gaetan Semet 2013-12-19 17:27:55 +01:00
commit 4ab34ba94c
3 changed files with 17 additions and 7 deletions

View file

@ -40,12 +40,15 @@ source $ZSH/oh-my-zsh.sh
zstyle ':completion:*:descriptions' format '%B%d%b'
# Customize to your needs...
# Aliases
alias ta='tmux attach -t'
alias tl='tmux list-session'
alias ts='tmux new-session'
if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.UTF-8; fi
if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi
# Compilation flags
# export ARCHFLAGS="-arch x86_64"
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
source $ZSH/oh-my-zsh.sh
unsetopt correctall
if [ -e ~/.profile ]; then source ~/.profile; fi