Fix formatting

This commit is contained in:
Alexander Rosenberg 2025-02-17 00:05:33 -08:00
parent cfae639ad5
commit 5fae0b7ece
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -17,7 +17,6 @@ function load_plugin {
function cmd_exists { function cmd_exists {
hash "${1}" >/dev/null 2>&1 hash "${1}" >/dev/null 2>&1
} }
# source_user_file <name> # source_user_file <name>
function source_user_file { function source_user_file {
local machine_specific="${ZSH_CONFIG_DIR}/${1}.${HOST}.zsh" local machine_specific="${ZSH_CONFIG_DIR}/${1}.${HOST}.zsh"