Skip to content

Instantly share code, notes, and snippets.

@jineshpaloor
Created September 18, 2014 06:33
Show Gist options
  • Save jineshpaloor/f34ded8a1e51a3cd39df to your computer and use it in GitHub Desktop.
Save jineshpaloor/f34ded8a1e51a3cd39df to your computer and use it in GitHub Desktop.
startup scripts for linux terminals
# setup for virtualenv wrapper
export WORKON_HOME=~/Envs
source /usr/local/bin/virtualenvwrapper.sh
# cleanup command
alias cleanup='echo "Cleaning Up" && sudo apt-get -f install && sudo apt-get autoremove && sudo apt-get -y autoclean && sudo apt-get -y clean'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment