mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-14 03:03:42 +02:00
feat(bash): add pathref export for sites and shorten existing
This commit is contained in:
parent
9f5565ce1e
commit
f979e5fbd4
1 changed files with 4 additions and 3 deletions
|
@ -6,6 +6,7 @@ fi
|
||||||
# Export GPG_TTY for signing stuff with gpg
|
# Export GPG_TTY for signing stuff with gpg
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
# Create pathref envars to my frameworks
|
# Create pathref envars to my frameworks and sites folder
|
||||||
export VV="/var/www/fw/vegvisir/"
|
export S="/var/www/sites"
|
||||||
export REFL="/var/www/fw/reflect/"
|
export V="/var/www/fw/vegvisir/"
|
||||||
|
export R="/var/www/fw/reflect/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue