Skip to content

Commit

Permalink
Do no source here.
Browse files Browse the repository at this point in the history
I source this again in my .zshrc file anyways.

Cloess #1
  • Loading branch information
aubreypwd committed Jan 29, 2021
1 parent 76b2031 commit 9ad41e0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions zsh-plugin-reload.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
# @since 1.0.0
##
function reload {
if ! [[ -e "$HOME/.zshrc.secure" ]]; then

# Create a ~/.zshrc.secure file and we will also source that.
source "$HOME/.zshrc.secure"
fi

source "$HOME/.zshrc"

echo "Reloaded"
}

0 comments on commit 9ad41e0

Please sign in to comment.