Update file aliases.sh.tmpl
This commit is contained in:
parent
dc87c62955
commit
0135441554
1 changed files with 0 additions and 8 deletions
|
@ -90,14 +90,6 @@ fi
|
|||
### xclip
|
||||
alias xclip='xclip -selection c'
|
||||
|
||||
### VSCodium
|
||||
if command -v codium > /dev/null; then
|
||||
if command -v code > /dev/null; then
|
||||
alias vscode="$(which code)"
|
||||
fi
|
||||
alias code='codium'
|
||||
fi
|
||||
|
||||
### Zola
|
||||
if command -v org.getzola.zola > /dev/null; then
|
||||
alias zola="flatpak run org.getzola.zola"
|
||||
|
|
Loading…
Reference in a new issue