added cp alias for vscodium
This commit is contained in:
parent
92eb16964c
commit
51a0cdffdf
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.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
|
##Librewolf diff profiles
|
||||||
alias lwmain="librewolf -p main"
|
alias lwmain="librewolf -p main"
|
||||||
alias lwwiss="librewolf -p wiss"
|
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
|
#### Show OS Info on startup
|
||||||
#if [ -f /usr/bin/screenfetch ]; then screenfetch; fi
|
#if [ -f /usr/bin/screenfetch ]; then screenfetch; fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue