Skip to content

Instantly share code, notes, and snippets.

View A99US's full-sized avatar
💭
Super Noobie. Still Learning.

Agus Setiawan A99US

💭
Super Noobie. Still Learning.
View GitHub Profile
# ---------------------------------------
# General Aliases
# ---------------------------------------
alias profile="nano ~/.bash_profile"
alias prfl="profile"
alias prf="profile"
alias reload="source ~/.bash_profile"
alias rld="reload"
# public IP
alias ip="curl -s http://wtfismyip.com/text"