Skip to content

Commit

Permalink
fix: remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mikinovation committed Apr 20, 2024
1 parent 0511a8a commit 143beb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NVIM_CONFIG_DIR="$HOME/.config/nvim"
link_zsh_config() {
echo "Linking zsh config..."
ln -snfv "$DOTFILES_DIR/.zshrc" "$ZSH_INIT_FILE"
# shellcheck source=dev/null
# shellcheck source=/dev/null
source "$ZSH_INIT_FILE"
echo "Linking zsh done."
}
Expand Down

0 comments on commit 143beb9

Please sign in to comment.