From bccbf50440282f95b6ecb3ffd9241f85bdb485fd Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 17 Oct 2022 21:31:45 +0200 Subject: [PATCH] zprofile: unfunction after done using func --- .zprofile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zprofile b/.zprofile index 2149161..aebdd3e 100644 --- a/.zprofile +++ b/.zprofile @@ -54,6 +54,8 @@ export AndroidNdkPath=$ANDROID_NDK_PATH add_to_path "$ANDROID_SDK_ROOT/tools" add_to_path "$ANDROID_SDK_ROOT/platform-tools" +unfunction add_to_path + if [[ -z $DISPLAY ]]; then export QT_QPA_PLATFORMTHEME=wayland