Skip to content

Instantly share code, notes, and snippets.

@zaosoula
Created November 10, 2020 13:31
Show Gist options
  • Save zaosoula/6f0b71696db78186ebe2338b2f42c938 to your computer and use it in GitHub Desktop.
Save zaosoula/6f0b71696db78186ebe2338b2f42c938 to your computer and use it in GitHub Desktop.
alias ls='ls -G'
alias ..='cd ..'
alias start='npm run start'
alias updalias='source ~/.bashrc'
alias wget='wget -c '
alias makepass="openssl rand -base64 20"
alias ipe='curl ipinfo.io/ip'
alias ipl='ipconfig getifaddr en0'
alias c='clear'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment