mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
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:
parent
bffb970230
commit
aeb51ec2ca
2 changed files with 9 additions and 0 deletions
8
.bash_profile
Normal file
8
.bash_profile
Normal 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
1
.gitignore
vendored
|
@ -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/
|
||||||
|
|
Loading…
Add table
Reference in a new issue