Skip to content

Instantly share code, notes, and snippets.

@haoch
Created March 29, 2014 15:09
Show Gist options
  • Save haoch/9856212 to your computer and use it in GitHub Desktop.
Save haoch/9856212 to your computer and use it in GitHub Desktop.
System Environment
PS1='\[\033[0;32m\]\u\[\033[00m\] in \[\033[0;32m\]$( pwd ) ($( OUT=$( ls -A | wc -l ); echo $OUT ) entries, $(( $( ls -A | wc -l ) - $( ls | wc -l ) )) hidden)\n\$\[\033[;m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment