Redirect output to dev null

This commit is contained in:
dabruh 2023-11-15 18:24:44 +01:00
parent 34ac6a1809
commit d291720428
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ alias \
w="curl https://wttr.in/"
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
command -v codium >/dev/null && alias c=code