From f979e5fbd4a3e5bc74438c64ea193baed455e429 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Wed, 26 Mar 2025 11:31:10 +0100 Subject: [PATCH] feat(bash): add pathref export for sites and shorten existing --- .bash_profile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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/"