Skip to content

Instantly share code, notes, and snippets.

@Toliak
Created June 19, 2019 13:24
Show Gist options
  • Save Toliak/c23edbe1b2e726111981a1b8dbcf11ce to your computer and use it in GitHub Desktop.
Save Toliak/c23edbe1b2e726111981a1b8dbcf11ce to your computer and use it in GitHub Desktop.
Useful aliases for arch linux
alias ll="ls -la"
alias pac="sudo pacman --noconfirm"
alias yao="yaourt --noconfirm"
alias give-me-upgrade="sudo pacman --noconfirm -Syyuu && yaourt --noconfirm -Syyuua"
alias give-me-ssh="ssh-add $(ls ~/.ssh | egrep "^([^\.]+)$" | grep -v known_hosts)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment