feat(bash): add pathref to libs dev folder

This commit is contained in:
Victor Westerlund 2025-10-30 17:19:55 +01:00
parent 51480714d8
commit fc7fc206b5
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -9,7 +9,8 @@ export PS1='\[\e[38;5;46m\]\u\[\e[38;5;2m\]@\[\e[38;5;46m\]\h\[\e[38;5;2m\]:\[\e
# Export GPG_TTY for signing stuff with gpg
export GPG_TTY=$(tty)
# Create pathref envars to my frameworks and sites folder
# 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/"