Skip to content

Instantly share code, notes, and snippets.

@mainerror
Created April 8, 2013 00:39
Show Gist options
  • Save mainerror/5333333 to your computer and use it in GitHub Desktop.
Save mainerror/5333333 to your computer and use it in GitHub Desktop.
Just a couple of Arch aliases I use. Obviously if you're not using `sudo` remove that.
# Aliases
alias l='ls -alF'
alias inspac='sudo pacman -S'
alias delpac='sudo pacman -R'
alias sysupd='sudo pacman -Syu'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment