diff --git a/.bash_profile b/.bash_profile index 3f1a6a8..4abf93b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -6,6 +6,7 @@ fi # Export GPG_TTY for signing stuff with gpg export GPG_TTY=$(tty) -# Create pathref envars to my frameworks -export VV="/var/www/fw/vegvisir/" -export REFL="/var/www/fw/reflect/" +# Create pathref envars to my frameworks and sites folder +export S="/var/www/sites" +export V="/var/www/fw/vegvisir/" +export R="/var/www/fw/reflect/"