From 8e670ba64a2d7b448c2099330733ca4280617c34 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Fri, 28 Feb 2025 13:54:21 +0000 Subject: [PATCH] feat(bash): add tailing slash to framework path aliases (#12) Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/12 --- .bash_profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bash_profile b/.bash_profile index 55baf21..4ac5e9e 100644 --- a/.bash_profile +++ b/.bash_profile @@ -4,5 +4,5 @@ if [ -f ~/.bashrc ]; then fi # Create pathref envars to my frameworks -export VV="/var/www/fw/vegvisir" -export REFL="/var/www/fw/reflect" +export VV="/var/www/fw/vegvisir/" +export REFL="/var/www/fw/reflect/"