mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
8 lines
198 B
Bash
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"
|