style: fix pathref order

This commit is contained in:
Victor Westerlund 2025-10-30 17:21:51 +01:00
parent fc7fc206b5
commit 0863dec960
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -12,8 +12,8 @@ export GPG_TTY=$(tty)
# Create pathrefs to dev folders
export L="/var/www/libs"
export S="/var/www/sites"
export V="/var/www/fw/vegvisir/"
export R="/var/www/fw/reflect/"
export V="/var/www/fw/vegvisir/"
# Add XDG Base Directory specifications
export XDG_BIN_HOME="$HOME/.local/bin"