Skip to content

Commit

Permalink
leinify
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Aug 27, 2012
1 parent b75caf7 commit 3096697
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .sh/aliases
Expand Up @@ -2,7 +2,6 @@
alias ciao='sudo shutdown -h now'
alias cp='cp -i'
alias l='less'
alias lr='less -r'
alias ls='ls -G'
alias la='ls -alh'
alias mv='mv -i'
Expand Down Expand Up @@ -40,6 +39,9 @@ alias gi='gem install'
alias gu='gem uninstall'
alias lg='lightning'
alias lgr='lightning-reload'
alias le='lein'
alias lr='lein repl'
alias lt='lein test'
alias b='boson'
alias t='tag'
alias r19='rbenv shell 1.9.3-p194'
Expand Down

0 comments on commit 3096697

Please sign in to comment.