Created
August 22, 2017 17:49
-
-
Save Demonstrandum/401a95e5bab94ed09f6673ff55dea591 to your computer and use it in GitHub Desktop.
Minimal bashrc
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
. /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