Skip to content

Instantly share code, notes, and snippets.

View david-dasilva's full-sized avatar
👨‍💻
*tip* *taptap* *tip*

David Da Silva david-dasilva

👨‍💻
*tip* *taptap* *tip*
View GitHub Profile
# Read the contents of ~/.path into $PATH, if ~/.path exists. ~/.path should be a file
# consisting of one path on each line, such as:
#
# ~$ cat ~/.path
# # vim: ft=sh
# ~/usr/bin
# /opt/local/bin
# ... etc ...
#
# Note that comments begin with a hash (#).