-
-
Save NISH1001/0409f892fe9ce4eaf5ef73ede1b90e25 to your computer and use it in GitHub Desktop.
vim on heroku
This file contains hidden or 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
#!/usr/bin/env bash | |
mkdir vim | |
curl https://s3.amazonaws.com/heroku-vim/vim-7.3.tar.gz --location --silent | tar xz -C vim | |
export PATH=$PATH:/app/vim/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have to login to heroku bash. The vim should be installed in every session.