From 3144aab5c3e60fea017c43eee7db893d65ba78dc Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 6 Nov 2022 01:00:11 +0100 Subject: [PATCH] typo --- arch_wsl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch_wsl.sh b/arch_wsl.sh index 23659bd..d9852bd 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -154,7 +154,7 @@ then # Fix for shared libraries (https://stackoverflow.com/a/9395355) ldconfig # Add to path - fish -c "set -Ux LD_LIBRARY_PATH /usr/local/lib" + fish -c "set -Ua LD_LIBRARY_PATH /usr/local/lib" # === Sign commits == git config --global commit.gpgsign true