Skip to content

Instantly share code, notes, and snippets.

@kmonsoor
Created March 9, 2016 11:22
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 kmonsoor/7286375f21b1aca8df91 to your computer and use it in GitHub Desktop.
Save kmonsoor/7286375f21b1aca8df91 to your computer and use it in GitHub Desktop.
My Bash Aliases
#########
# Aliases
#########
alias ll="ls -lhA"
alias g="git"
alias ..="cd .."
alias mkdir="mkdir -pv"
alias fhere="find . -name "
alias myip="curl http://ipecho.net/plain; echo"
# credits: https://www.digitalocean.com/community/tutorials/an-introduction-to-useful-bash-aliases-and-functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment