mirror of https://gitlab.com/dabruh/dotfiles.git
Adjust VSC aliases
This commit is contained in:
parent
def24f0ce4
commit
1c12a125db
|
@ -22,10 +22,11 @@ alias \
|
|||
alias \
|
||||
w="curl https://wttr.in/"
|
||||
|
||||
for cmd in code codium; do
|
||||
command -v $cmd >/dev/null && alias $cmd="$cmd --password-store='gnome'"
|
||||
done
|
||||
command -v codium >/dev/null && alias c=code
|
||||
alias code="code --password-store='gnome'"
|
||||
if command -v codium >/dev/null; then
|
||||
alias code="codium --password-store='gnome'"
|
||||
fi
|
||||
alias c=code
|
||||
|
||||
command -v pacman >/dev/null && alias p=pacman
|
||||
command -v zathura >/dev/null && alias z=zathura
|
||||
|
|
Loading…
Reference in New Issue