From e3e0299a3c5a248e4392e371068976f231736a3b Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Mon, 2 Dec 2024 09:23:07 +0100 Subject: [PATCH] feat: add pathref envars to frameworks to .bash_profile --- .bash_profile | 8 ++++++++ .gitignore | 1 + 2 files changed, 9 insertions(+) create mode 100644 .bash_profile 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/