Advertisement
oscarholmedo

Useful Bash Shortcuts

Apr 14th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. ~/.bash_aliases
  2. alias housekeeping='sudo apt-get update; sudo apt-get upgrade; sudo apt-get autoclean; sudo apt-get autoremove'
  3. alias documents='cd ~/Documents'
  4. alias downloads='cd ~/Downloads'
  5. alias desktop='cd ~/Desktop'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement