dotfiles/.bash_profile

11 lines
267 B
Bash

# Import .bashrc for to unfuck login shells
if [ -f ~/.bashrc ]; then
. ~/.bashrc
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/"