feat(bash): add pathref export for sites and shorten existing

This commit is contained in:
Victor Westerlund 2025-03-26 11:31:10 +01:00
parent 9f5565ce1e
commit f979e5fbd4
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -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/"