Merge branch 'master' of github.com:lloeki/dotfiles

Conflicts:
	home/profile
This commit is contained in:
Loic Nageleisen 2012-08-13 15:54:26 +02:00
commit 02b9c5229f
4 changed files with 9 additions and 11 deletions

View file

@ -1,5 +1,11 @@
## .profile
# dotfiles locations
DOTFILES_HOME_DIR="$(cd -P "$(dirname "$(readlink ~/.profile)")" && pwd)"
DOTFILES_ROOT_DIR="$( dirname "$DOTFILES_HOME_DIR" )"
DOTFILES_ZSH_DIR="$DOTFILES_ROOT_DIR/zsh"
DOTFILES_BASH_DIR="$DOTFILES_ROOT_DIR/bash"
. "$DOTFILES_ROOT_DIR/shell/autoload"
export PATH