Skip to content

Instantly share code, notes, and snippets.

@martisak
Last active October 3, 2017 16:04
Show Gist options
  • Save martisak/44e5700fafde5150c6881f441dec939c to your computer and use it in GitHub Desktop.
Save martisak/44e5700fafde5150c6881f441dec939c to your computer and use it in GitHub Desktop.
Some of my usual additions to a .bashrc
export PS1='\[\e]0;\w\a\]\n\[\e[32m\]\u@\h: \[\e[33m\]\w\[\e[0m\]\n\$ '
export WORKON_HOME=~/.virtualenvs
export PROJECT_HOME=$HOME/devel
mkdir -p $WORKON_HOME
source /usr/local/bin/virtualenvwrapper.sh
render() { docker run --rm -it -v`pwd`:/data martisak/reproducibleresearch make -C /data $@; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment