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 358d730a93cc4c8521ac64ad52e59f7af7da3c95
parent 1b53e88720b5bb2570d7f107d5c698c8910eb5b3
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sun, 24 May 2015 07:50:44 +0200

add anaconda/bin to path

Diffstat:
M.bashrc | 7++++---
M.zshrc | 3++-
2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -181,6 +181,7 @@ fi source ~/.tmuxinator/tmuxinator.zsh - -source ~/.xsh - +if [[ "$HOSTNAME" == "flaptop" ]]; then + #source ~/.xsh + export PATH=~/anaconda/bin:$PATH +fi diff --git a/.zshrc b/.zshrc @@ -182,5 +182,6 @@ fi source ~/.tmuxinator/tmuxinator.zsh if [[ "$HOSTNAME" == "flaptop" ]]; then - source ~/.xsh + #source ~/.xsh + export PATH=~/anaconda/bin:$PATH fi