diff --git a/modules/utility/functions/reload b/modules/utility/functions/reload deleted file mode 100644 index bf84916..0000000 --- a/modules/utility/functions/reload +++ /dev/null @@ -1,14 +0,0 @@ -# -# Reloads the Zsh configuration. -# -# Authors: -# Sorin Ionescu -# - -# Reloads ~/.zshrc. -local zshrc="$HOME/.zshrc" -if [[ -n "$1" ]]; then - zshrc="$1" -fi -source "$zshrc" -