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
|
||||
echo 'Installing lsd'
|
||||
|
||||
source $HOME/.zshenv
|
||||
|
||||
if [[ "$OSNAME" == "Linux" ]]; then
|
||||
# Linux
|
||||
if [[ "$DISTRO_TYPE" == "debian" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user