Skip to content

Instantly share code, notes, and snippets.

@perifer
Created October 13, 2009 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perifer/209122 to your computer and use it in GitHub Desktop.
Save perifer/209122 to your computer and use it in GitHub Desktop.
# Place the following at the end of ~/.profile:
# if [ -f ~/.ostnet_profile ]; then
# source ~/.ostnet_profile
# fi
# Remove duplicates from history.
export HISTCONTROL=erasedups
# Aliases
alias ls="ls -al --color=auto"
alias h="history|grep"
alias www="cd /mnt/persist/www/"
alias docroot="cd /mnt/persist/www/docroot"
alias default="cd /mnt/persist/www/docroot/sites/default"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment