mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
feat(bash): add tailing slash to framework path aliases (#12)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/12
This commit is contained in:
parent
380c137999
commit
8e670ba64a
1 changed files with 2 additions and 2 deletions
|
@ -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/"
|
||||
|
|
Loading…
Add table
Reference in a new issue