Skip to content

Commit

Permalink
bash: remove ugly hack
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidov committed Aug 31, 2013
1 parent 1843651 commit 4a519ba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bash_functions
@@ -1,10 +1,3 @@
# Hack for tmuxinator
function rvm () {
if [[ $1 == 'use' ]]; then
rbenv shell $2
fi
}

function mkd() {
mkdir -p "$@" && cd "$@"
}
Expand Down

0 comments on commit 4a519ba

Please sign in to comment.