mirror of https://gitlab.com/dabruh/dotfiles.git
Set Code password store arg
This commit is contained in:
parent
053bb13130
commit
19c3047c78
|
@ -22,7 +22,11 @@ alias \
|
||||||
alias \
|
alias \
|
||||||
w='curl https://wttr.in/'
|
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 pacman >/dev/null && alias p=pacman
|
||||||
command -v zathura >/dev/null && alias z=zathura
|
command -v zathura >/dev/null && alias z=zathura
|
||||||
command -v ranger >/dev/null && alias r=ranger
|
command -v ranger >/dev/null && alias r=ranger
|
||||||
|
|
Loading…
Reference in New Issue