From 27c156161124ea2aad79e93ff32b0b198f417d76 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 9 Apr 2022 13:59:12 +0200 Subject: [PATCH] Commande Fish --- wsl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsl.sh b/wsl.sh index 96c7fdc..59877b5 100644 --- a/wsl.sh +++ b/wsl.sh @@ -116,7 +116,7 @@ then echo "I" | sudo ./install-tl cd .. rm -rf install-tl-* - fish_add_path /usr/local/texlive/*/bin/x86_64-linux + fish -c "fish_add_path /usr/local/texlive/*/bin/x86_64-linux" # === Python stuff == sudo apt install python3-virtualenv python3-tk -y