Skip to content

Commit

Permalink
Meh
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuad Saud committed Jan 15, 2014
1 parent e615a57 commit 616b2f0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions zsh/rc.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ alias pryr="pry -r ./config/environment.rb"
alias m="make"
alias mk="make"

alias such=git
alias very=git
alias wow='git status'

alias cp="${aliases[cp]:-cp} -v"
alias ln="${aliases[ln]:-ln} -v"
alias mv="${aliases[mv]:-mv} -v"
Expand All @@ -36,14 +40,12 @@ function gemcd {
}

function path {
echo $PATH | awk 'BEGIN { RS = ":" } { print $1 }'
print -l $path
}
function rot13 { tr '[A-Za-z]' '[N-ZA-Mn-za-m]' }

unsetopt correct

autoload zmv

# Goodbye bundle exec.
# This is being set here instead of zshenv because it needs to be
# set after rbenv is loaded.
Expand All @@ -52,4 +54,4 @@ export PATH="./bin:$PATH"
export LOLCOMMITS_FORK=1

export RUBY_GC_MALLOC_LIMIT=90000000
export RUBY_FREE_MIN=200000
export RUBY_GC_HEAP_FREE_SLOTS=200000

0 comments on commit 616b2f0

Please sign in to comment.