feat(bash): add pathref envars to frameworks to .bash_profile (#4)

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/4
This commit is contained in:
Victor Westerlund 2024-12-02 08:24:36 +00:00
parent bffb970230
commit aeb51ec2ca
2 changed files with 9 additions and 0 deletions

8
.bash_profile Normal file
View file

@ -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"

1
.gitignore vendored
View file

@ -9,6 +9,7 @@
!.config/git/ !.config/git/
!.config/git/** !.config/git/**
!.bash_aliases !.bash_aliases
!.bash_profile
!.local/share/ !.local/share/
!.local/share/code-server/ !.local/share/code-server/
!.local/share/code-server/User/ !.local/share/code-server/User/