From 8e97555bbb7c8b2b54ed7e4c42f45516d1423e0f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 30 Oct 2021 23:33:56 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20des=20abr=C3=A9vations=20pour=20lancer?= =?UTF-8?q?=20Codium=20en=20mode=20"no-sandbox"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1dbe83..434fd9a 100644 --- a/README.md +++ b/README.md @@ -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.