From 51a0cdffdfe8e997073eb060124901b4c8e56b2f Mon Sep 17 00:00:00 2001 From: Karamelmar Date: Thu, 10 Mar 2022 13:20:01 +0100 Subject: [PATCH] added cp alias for vscodium --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index e88add7..dbc6b13 100644 --- a/.zshrc +++ b/.zshrc @@ -203,6 +203,8 @@ alias geoes="sshuttle --dns -r es -x 192.189.78.0/23 -x 192.168.178.0/23 -x 128. ##Librewolf diff profiles alias lwmain="librewolf -p main" alias lwwiss="librewolf -p wiss" +## Copy VS Code Products.json (Extension Lib) to VS Codium +alias cpvsc="cp /opt/visual-studio-code/resources/app/product.json /opt/vscodium-bin/resources/app/." #### Show OS Info on startup #if [ -f /usr/bin/screenfetch ]; then screenfetch; fi