Update dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_logg

This commit is contained in:
Brian Zalewski 2022-11-28 01:38:36 +00:00
parent 73b55f4120
commit d5fa055235

View file

@ -403,5 +403,7 @@ elif [ -n "$1" ]; then
# Public functions that can run with only one argument passed to .config/log (i.e. `.config/log password`)
if [ "$1" == 'write' ] || [ "$1" == 'password' ] || [ "$1" == 'confirm' ] || [ "$1" == 'input' ]; then
"$1"
else
info "$1"
fi
fi