From ecc70979ebe61aa25a11b152115b4fa3d1a0da83 Mon Sep 17 00:00:00 2001 From: Anri Date: Thu, 2 Dec 2021 15:17:20 +0100 Subject: [PATCH] fix bug for paris8's bash --- updateVSCodium.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updateVSCodium.sh b/updateVSCodium.sh index ef35294..8030929 100644 --- a/updateVSCodium.sh +++ b/updateVSCodium.sh @@ -36,7 +36,7 @@ else # if the folder isn't already created (first run?) echo "" >> $HOME/.bashrc echo "# Alias for Codium" >> $HOME/.bashrc echo "alias updateCodium='bash \$HOME/.vscodium_scripts/updateVSCodium.sh'" >> $HOME/.bashrc - echo "alias code='\$HOME/.vscodium_scripts/VSCodium.AppImage --no-sandbox > /dev/null 2>&1 &;disown'" >> $HOME/.bashrc + echo "alias code='\$HOME/.vscodium_scripts/VSCodium.AppImage --no-sandbox > /dev/null 2>&1 & disown'" >> $HOME/.bashrc echo "" >> $HOME/.bashrc # to .zshrc if exists