Skip to content

Instantly share code, notes, and snippets.

View vandrep's full-sized avatar

André Pine vandrep

View GitHub Profile
@vandrep
vandrep / .bash_aliases
Last active July 19, 2025 11:22
Aliases
alias zshconf='nano ~/.zshrc'
alias szsh='source ~/.zshrc'
alias bashconf='nano ~/.bashrc'
alias aliasconf='nano ~/meus-aliases/.bash_aliases'
alias sbash='source ~/.bashrc'
alias p='pgrep'
alias install='sudo apt install'
alias ips='ip -c -br a'
alias upd='sudo apt update && sudo apt upgrade'