mirror of https://gitlab.com/dabruh/dotfiles.git
Redirect output to dev null
This commit is contained in:
parent
34ac6a1809
commit
d291720428
|
@ -23,7 +23,7 @@ alias \
|
||||||
w="curl https://wttr.in/"
|
w="curl https://wttr.in/"
|
||||||
|
|
||||||
for cmd in code codium; do
|
for cmd in code codium; do
|
||||||
command -v $cmd && alias $cmd="$cmd --password-store='gnome'"
|
command -v $cmd >/dev/null && alias $cmd="$cmd --password-store='gnome'"
|
||||||
done
|
done
|
||||||
command -v codium >/dev/null && alias c=code
|
command -v codium >/dev/null && alias c=code
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue