bootstrap: lsd: fix: Set env variables before installation checks
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
if ! command -v lsd &> /dev/null; then
|
if ! command -v lsd &> /dev/null; then
|
||||||
echo 'Installing lsd'
|
echo 'Installing lsd'
|
||||||
|
|
||||||
|
source $HOME/.zshenv
|
||||||
|
|
||||||
if [[ "$OSNAME" == "Linux" ]]; then
|
if [[ "$OSNAME" == "Linux" ]]; then
|
||||||
# Linux
|
# Linux
|
||||||
if [[ "$DISTRO_TYPE" == "debian" ]]; then
|
if [[ "$DISTRO_TYPE" == "debian" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user