Skip to content

Instantly share code, notes, and snippets.

@vdonoladev
Created August 15, 2023 19:33
Show Gist options
  • Save vdonoladev/b4949d2023596d0eecb8b20de1c56973 to your computer and use it in GitHub Desktop.
Save vdonoladev/b4949d2023596d0eecb8b20de1c56973 to your computer and use it in GitHub Desktop.
My Aliases
### Comandos
alias ips='ip -c -br a'
alias update='sudo apt update && sudo apt upgrade'
### MISC
alias please='sudo'
alias nf='neofetch'
### Git
alias gadd='git add'
alias gcom='git commit -m'
alias gpull='git pull'
alias gpush='git push'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment