1) Add the following code to your ~/.profile file:
# This loads RVM into the session scope of the launcher.2) Create a script that you can use to start up GVim. Example ~/Apps/GVim/gvimstart.sh. In this script, place the following:
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
#!/bin/bash3)Right click on the applications menu and choose "Edit Menus". Then find your GVim launcher and point the command entry to your script.
source ~/.profile
gvim
I am, by no means, a Gnome expert, so please let me know if you are aware of a better solution.
Happy coding!

0 comments:
Post a Comment