Created
June 19, 2019 13:24
-
-
Save Toliak/c23edbe1b2e726111981a1b8dbcf11ce to your computer and use it in GitHub Desktop.
Useful aliases for arch linux
This file contains hidden or 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
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