diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..55baf21 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,8 @@ +# 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" diff --git a/.gitignore b/.gitignore index 4fffe78..770c184 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ !.config/git/ !.config/git/** !.bash_aliases +!.bash_profile !.local/share/ !.local/share/code-server/ !.local/share/code-server/User/