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