Skip to content

Instantly share code, notes, and snippets.

View boovius's full-sized avatar

Joshua Book boovius

  • Self / Frequency Machine
  • Los Angeles
View GitHub Profile
@jescalan
jescalan / .profile
Created February 13, 2013 03:46
Create a file called .profile at your user root (~/) and paste this in. Then run the command `source ~/.profile` to reload your terminal.
# path:
PS1='\[\e[0;33m\]⚡\[\e[m\] \[\e[0;31m\]${PWD##*/}\[\e[m\] '
# general shorcuts
alias ll="ls -lahG"
alias reload="source ~/.profile"
alias up="cd .."
alias back="cd -"
alias desktop="cd ~/Desktop"
alias server="python -m SimpleHTTPServer"