blog.taylormcgann.com
Colors, context-based symbols, working directory, all sorts of awesome jazz. For some additional fun, add emoji if you're...
Best results in other decks
Last 12 symbols from UUID: uuidgen | tail -c 12 First 8 symbols from UUID: uuidgen | head -c 8
stackoverflow.com
for dir in /tmp/*/ do dir=${dir%*/} echo ${dir##*/} done