Skip to content

Commit

Permalink
dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Laster committed Aug 28, 2013
0 parents commit 68eb501
Show file tree
Hide file tree
Showing 16 changed files with 8,661 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_STORE
12 changes: 12 additions & 0 deletions aliases.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
alias g="git"
alias s="git grep -e \"$1\""
alias be="bundle exec"
alias lss="ls -1"


export WORK="~/work"
alias work="cd $WORK"
alias workd="echo $WORK"

alias rc="vim ~/.zshrc"
alias src="source ~/.zshrc"
Loading

0 comments on commit 68eb501

Please sign in to comment.