This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# VERSION 1 | |
# forked from Daniele Cook https://gist.github.com/danielecook | |
export HOMEBREW_EDITOR=nano | |
export PS1='\[\e[0;35m\][\h::\w] 😱 \[\e[m\] ' | |
export PATH="$HOME/.linuxbrew/bin:~/google-cloud-sdk/bin:$PATH" | |
export MANPATH="$(brew --prefix)/share/man:$MANPATH" | |
export INFOPATH="$(brew --prefix)/share/info:$INFOPATH" | |
# Load modules | |
module load bamtools/2.4.1 |