Ajout des abrévations pour lancer Codium en mode "no-sandbox"

This commit is contained in:
Mylloon 2021-10-30 23:33:56 +02:00
parent 438c7922e6
commit 8e97555bbb

View file

@ -27,6 +27,7 @@ Par exemple si le script est rangé dans `~/.secret`.
Dans `~/.bashrc` ou `~/.zshrc` : Dans `~/.bashrc` ou `~/.zshrc` :
```bash ```bash
alias updateCodium="$HOME/.secret/downloadVSCodium.sh" alias updateCodium="$HOME/.secret/downloadVSCodium.sh"
alias code="$HOME/VSCodium.AppImage --no-sandbox"
``` ```
Après ça, redémarrez Bash/ZSH (votre shell) et écrivez `updateCodium` pour mettre-à-jour/installer Codium. Après ça, redémarrez Bash/ZSH (votre shell) et écrivez `updateCodium` pour mettre-à-jour/installer Codium.
@ -35,6 +36,7 @@ Après ça, redémarrez Bash/ZSH (votre shell) et écrivez `updateCodium` pour m
Dans `~/.config/fish/config.fish` : Dans `~/.config/fish/config.fish` :
```bash ```bash
abbr updateCodium '$HOME/.secret/downloadVSCodium.sh' abbr updateCodium '$HOME/.secret/downloadVSCodium.sh'
abbr code '$HOME/VSCodium.AppImage --no-sandbox'
``` ```
Après ça, redémarrez Fish (votre shell) et écrivez `updateCodium` pour mettre-à-jour/installer Codium. Après ça, redémarrez Fish (votre shell) et écrivez `updateCodium` pour mettre-à-jour/installer Codium.