Skip to content

Commit

Permalink
Removed aliases that we specific to my setup
Browse files Browse the repository at this point in the history
  • Loading branch information
barryclark committed May 16, 2015
1 parent 744ea39 commit 5b453ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ alias ...="cd ../.."
alias ....="cd ../../.."
alias .....="cd ../../../.."

# Shortcuts to my Code folder in my home directory
alias code="cd ~/Code"
alias sites="cd ~/Code/sites"

# Enable aliases to be sudo’ed
alias sudo='sudo '

Expand All @@ -29,7 +25,7 @@ alias sudo='sudo '
alias c='pygmentize -O style=monokai -f console256 -g'

# Git
# You must install Git first - ""
# You must install Git first
alias gs='git status'
alias ga='git add .'
alias gc='git commit -m' # requires you to type a commit message
Expand Down

0 comments on commit 5b453ee

Please sign in to comment.