Set Code password store arg

This commit is contained in:
dabruh 2023-11-15 17:38:27 +01:00
parent 053bb13130
commit 19c3047c78
1 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,11 @@ alias \
alias \
w='curl https://wttr.in/'
command -v codium >/dev/null && alias code=codium c=codium
for cmd in code codium; do
command -v $cmd && alias $cmd="$cmd --password-store='gnome'"
done
command -v codium >/dev/null && alias c=code
command -v pacman >/dev/null && alias p=pacman
command -v zathura >/dev/null && alias z=zathura
command -v ranger >/dev/null && alias r=ranger