[zsh] Added colours function

colours will print out available colors and their numbers
This commit is contained in:
Nick Nisi
2012-06-10 09:28:05 -05:00
parent 16788dbbd8
commit 740edba963
2 changed files with 12 additions and 0 deletions

View File

@@ -35,3 +35,5 @@ fi
if [[ -d ~/bin ]]; then
export PATH=~/bin:$PATH
fi
[ -z "$TMUX" ] && export TERM=xterm-256color