Created
April 8, 2013 00:39
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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