mirror of https://gitlab.com/dabruh/dotfiles.git
Adjust VSC aliases
This commit is contained in:
parent
9179c5685c
commit
e209581e88
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue