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