fix bug for paris8's bash

This commit is contained in:
Anri 2021-12-02 15:17:20 +01:00
parent 53e19af34a
commit ecc70979eb

View file

@ -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