Skip to content

Instantly share code, notes, and snippets.

View faithman's full-sized avatar
💭
leanring

Ye Wang faithman

💭
leanring
  • Chengdu Research Base of Giant Panda Breeding
  • Chengdu, China
View GitHub Profile
@faithman
faithman / bash_profile.sh
Last active January 9, 2018 19:08 — forked from danielecook/bash_profile.sh
Setup quest
# 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