dotfiles/.bash_profile

8 lines
198 B
Bash

# Import .bashrc for to unfuck login shells
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# Create pathref envars to my frameworks
export VV="/var/www/fw/vegvisir"
export REFL="/var/www/fw/reflect"