Skip to content

Instantly share code, notes, and snippets.

@cbrocas
Created March 30, 2021 09:31
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 cbrocas/a446c8098a5eb6f399700ade0a942d26 to your computer and use it in GitHub Desktop.
Save cbrocas/a446c8098a5eb6f399700ade0a942d26 to your computer and use it in GitHub Desktop.
.bash_aliases : my own Bash alias and functions
# my aliases
#
alias gh="history | grep"
alias myip="curl http://ipecho.net/plain; echo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment