Adjust VSC aliases

This commit is contained in:
dabruh 2023-12-12 07:02:26 +01:00
parent 9179c5685c
commit e209581e88
1 changed files with 2 additions and 1 deletions

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