1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-06 00:53:23 +00:00

Quote PATH value

This commit is contained in:
Holger Just 2014-05-14 17:34:53 +02:00
parent 760eeb7d83
commit fe1a7d5441

View File

@ -332,4 +332,4 @@ fi
# Clean up.
unset ps1_user ps1_host ps1_vcs ps_ruby ps1_pwd ps1_ruby script this dir bin
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting