Skip to content

Instantly share code, notes, and snippets.

@Demonstrandum
Created August 22, 2017 17:49
Show Gist options
  • Save Demonstrandum/401a95e5bab94ed09f6673ff55dea591 to your computer and use it in GitHub Desktop.
Save Demonstrandum/401a95e5bab94ed09f6673ff55dea591 to your computer and use it in GitHub Desktop.
Minimal bashrc
. /etc/bashrc
PS1='\[\033[38;5;250m\]\w\[\033[0m\] λ '
. ~/.functions
. ~/.aliases
. ~/.profile
PATH=/usr/local/bin:/usr/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment