From 5fae0b7ece24081240289a315c0b99e1dcf1d5af Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 17 Feb 2025 00:05:33 -0800 Subject: [PATCH] Fix formatting --- init.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/init.zsh b/init.zsh index 5760eb4..aa44851 100644 --- a/init.zsh +++ b/init.zsh @@ -17,7 +17,6 @@ function load_plugin { function cmd_exists { hash "${1}" >/dev/null 2>&1 } - # source_user_file function source_user_file { local machine_specific="${ZSH_CONFIG_DIR}/${1}.${HOST}.zsh"