fix: .profile now sources .bashrc
This commit is contained in:
parent
55f2cf3228
commit
3c353e2415
1 changed files with 2 additions and 0 deletions
2
.profile
2
.profile
|
@ -7,3 +7,5 @@ if [ -x "$(command -v gpgconf)" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -x "$(command -v mpd)" ] && mpd
|
[ -x "$(command -v mpd)" ] && mpd
|
||||||
|
|
||||||
|
[ $SHELL == "/bin/bash" ] && source $HOME/.bashrc
|
||||||
|
|
Loading…
Reference in a new issue