Other initial setup

This commit is contained in:
Andrew Tomaka 2013-04-29 01:14:37 -04:00
parent 86c4d7c2a0
commit 7526e728f4
2 changed files with 6 additions and 0 deletions

0
.aliases Normal file
View file

6
.zshrc
View file

@ -54,4 +54,10 @@ plugins=(git)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
# Aliases file
source $HOME/.aliases
# Add personal bin folder
PATH=$PATH:$HOME/bin
# Customize to your needs... # Customize to your needs...