Created
June 5, 2018 18:59
-
-
Save h2rd/1b9cd46142f8e6efe127d845d1bb2078 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
v () { | |
command="cd /vagrant; $@" | |
vagrant ssh -c $command | |
} | |
vb () { | |
command="cd /vagrant; bundle exec $@" | |
vagrant ssh -c $command | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment