fix(shell): fix typos

This commit is contained in:
2024-05-18 01:32:46 +01:00
parent e224c2219c
commit e6572caac9
2 changed files with 3 additions and 3 deletions

4
zshenv
View File

@@ -105,8 +105,8 @@ cached-eval() {
local cache_dir="${ZSH_CACHED_EVAL_DIR:-$HOME/.local/share/zsh/cached-eval}"
if [[ -z "$(command -v "$cmd")" ]]; then
echo "cached-eval: Command not found: $cmd" >&2
return 1
echo "cached-eval: Command not found: $cmd" >&2
return 1
fi
local cache_hash="$(echo -n "$full_cmd" | md5sum | awk '{print $1}')"