From 0863dec960ccdba0aaa6e84f5fd1ef67f959e07e Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Thu, 30 Oct 2025 17:21:51 +0100 Subject: [PATCH] style: fix pathref order --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 0470ab5..8b306df 100644 --- a/.bash_profile +++ b/.bash_profile @@ -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"