mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-01-24 18:18:12 +01:00
Adjust VSC aliases
This commit is contained in:
parent
9179c5685c
commit
e209581e88
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue