Skip to content

Instantly share code, notes, and snippets.

@estysdesu
Created July 21, 2019 05:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save estysdesu/d7992b4fcefdf450b2ad1076bb8dccd4 to your computer and use it in GitHub Desktop.
Save estysdesu/d7992b4fcefdf450b2ad1076bb8dccd4 to your computer and use it in GitHub Desktop.
[Shell: pretty pring PATH] #sh #path #pprint #pretty #print
#!/usr/bin/env bash
# https://github.com/estysdesu/dotFiles/blob/master/bash/.bash_profile
alias ppPATH="echo $PATH | tr -s ':' '\n'" # each path member gets it's own line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment