From b2e82876ca2e1cb17bb536a7e23f88b2867e6f98 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Wed, 26 Mar 2025 10:32:37 +0000 Subject: [PATCH] [bash] add pathref export for sites and shorten existing (#15) Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/15 --- .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/"