mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-11-04 17:08:46 +01:00
feat(bash): add pathref to libs dev folder (#61)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/61
This commit is contained in:
parent
51480714d8
commit
2591347cd3
1 changed files with 3 additions and 2 deletions
|
|
@ -9,10 +9,11 @@ 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/"
|
||||
export V="/var/www/fw/vegvisir/"
|
||||
|
||||
# Add XDG Base Directory specifications
|
||||
export XDG_BIN_HOME="$HOME/.local/bin"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue