1
0
Fork 0
mirror of https://gitlab.com/dabruh/dotfiles.git synced 2025-04-10 01:38:11 +02:00

Adjust VSC aliases

This commit is contained in:
dabruh 2023-12-12 07:02:26 +01:00
parent 9179c5685c
commit e209581e88

View file

@ -24,7 +24,8 @@ alias \
alias code="code --password-store='gnome'"
if command -v codium >/dev/null; then
alias code="codium --password-store='gnome'"
alias codium="codium --password-store='gnome'"
alias code="codium"
fi
alias c=code