From 19857722b42ee907c58f30972895f55daba64b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Mon, 13 Nov 2023 09:59:32 +0100 Subject: [PATCH] Fix typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2a156d5..7bb2555 100755 --- a/install.sh +++ b/install.sh @@ -66,7 +66,7 @@ function main() { echo "INSTALLING IN DEVCONTAINER" - echo "set -X EDITOR code" >> ~/.config/fish/local.fish + echo "set -x EDITOR code" >> ~/.config/fish/local.fish else setup_tmux