diff options
author | 2025-01-08 18:26:56 +0100 | |
---|---|---|
committer | 2025-01-08 18:26:56 +0100 | |
commit | eb79fdc42fbd7719c86ec24ba6720264e985a26e (patch) | |
tree | 4872ec1d68d8985b67af61aaad7620caa913528c /zuwu.zsh | |
parent | 702e934bec9ba2105f278cdab97ae272cdac03b3 (diff) | |
download | zuwu-eb79fdc42fbd7719c86ec24ba6720264e985a26e.tar.gz zuwu-eb79fdc42fbd7719c86ec24ba6720264e985a26e.tar.bz2 zuwu-eb79fdc42fbd7719c86ec24ba6720264e985a26e.tar.lz zuwu-eb79fdc42fbd7719c86ec24ba6720264e985a26e.zip |
fix: make shellcheck a tiny bit happier and shellharden happy
Diffstat (limited to 'zuwu.zsh')
-rwxr-xr-x | zuwu.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ fi # Load zgen, if present if [[ -d "$HOME/.zgen" ]]; then source "$HOME/.zgen/zgen.zsh" - ZGEN=true + export LOADED_ZGEN=true fi # Utilities |