Ajout des abrévations pour lancer Codium en mode "no-sandbox"
This commit is contained in:
parent
438c7922e6
commit
8e97555bbb
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@ Par exemple si le script est rangé dans `~/.secret`.
|
|||
Dans `~/.bashrc` ou `~/.zshrc` :
|
||||
```bash
|
||||
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.
|
||||
|
||||
|
@ -35,6 +36,7 @@ Après ça, redémarrez Bash/ZSH (votre shell) et écrivez `updateCodium` pour m
|
|||
Dans `~/.config/fish/config.fish` :
|
||||
```bash
|
||||
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.
|
||||
|
||||
|
|
Reference in a new issue