From 5ac63ddf217e04c51ef12d96554d491d30bf7178 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 10 Apr 2025 17:19:40 +0100 Subject: [PATCH] Consistent function names --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index b4d85db..fee3778 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -104,7 +104,7 @@ function disable_alias_check() { echo "Alias check disabled." } -function enable-alias-check() { +function enable_alias_check() { unset DISABLE_ALIAS_CHECK echo "Alias check enabled." }