mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +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=$(tty)
|
||||
|
||||
# Create pathref envars to my frameworks
|
||||
export VV="/var/www/fw/vegvisir/"
|
||||
export REFL="/var/www/fw/reflect/"
|
||||
# Create pathref envars to my frameworks and sites folder
|
||||
export S="/var/www/sites"
|
||||
export V="/var/www/fw/vegvisir/"
|
||||
export R="/var/www/fw/reflect/"
|
||||
|
|
Loading…
Add table
Reference in a new issue