Advertisement
sNow_32

Alias

Jun 4th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. echo 'alias in="sudo apt-get install"' >> ~/.zshrc
  2. echo 'alias ud="sudo apt-get update"' >> ~/.zshrc
  3. echo 'alias ug="sudo apt-get upgrade"' >> ~/.zshrc
  4. echo 'alias bb="sudo apt-get remove"' >> ~/.zshrc
  5. echo 'alias bbb="sudo apt-get purge"' >> ~/.zshrc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement