Skip to content

Instantly share code, notes, and snippets.

@andrewdyates
Created February 5, 2018 08:42
Show Gist options
  • Save andrewdyates/bee056f5181b65bcd438382d09d8ba09 to your computer and use it in GitHub Desktop.
Save andrewdyates/bee056f5181b65bcd438382d09d8ba09 to your computer and use it in GitHub Desktop.
alias ls='ls -G'
export CLICOLOR=1
export PS1='\[\e[0;36m\]\[\e[0;34m\]\u@\w\[\e[1;37m\]\[\e[0;37m\]$ '
alias e='emacs -nw'
# added by Anaconda3 4.4.0 installer
export PATH="/Users/k/anaconda/bin:$PATH"
alias py="source activate keras36"
alias nb="jupyter notebook"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment