From d9554eb6790b3074e93ea5701d83fb124aafd25f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 30 Mar 2022 19:32:13 +0200 Subject: [PATCH] =?UTF-8?q?Use=20WSL=20configuration=20for=20fish=20?= =?UTF-8?q?=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wsl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsl.sh b/wsl.sh index 67ee4cd..346d30d 100644 --- a/wsl.sh +++ b/wsl.sh @@ -29,7 +29,7 @@ then mkdir "$HOME"/.ssh # Custom config.fish rm "$HOME"/.config/fish/config.fish 2>/dev/null - wget https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/config_ubuntu.fish -P "$HOME"/.config/fish/config.fish + wget https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/config_wsl.fish -P "$HOME"/.config/fish/config.fish # Custom prompt shell (based on Base16 Eighties) rm "$HOME"/.config/fish/functions/fish_prompt.fish 2>/dev/null wget https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/functions/fish_prompt.fish -P "$HOME"/.config/fish/functions/