Skip to content

Commit

Permalink
Removed error for no toilet
Browse files Browse the repository at this point in the history
  • Loading branch information
Conner.Will committed Mar 28, 2024
1 parent fe1c4b5 commit a4bd996
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .config/zsh/zsh/user/zsh.d/60_functions.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,4 @@ fi

if [[ -f "${ZSH_FUNCTIONS_MANUAL}/toiletpreview.zsh" ]] && [[ "${commands[toilet]}" ]]; then
source "${ZSH_FUNCTIONS_MANUAL}/toiletpreview.zsh" || _zshrc_VERBOSE_ERROR "Failed to source : ${ZSH_FILE}"
else
_zshrc_VERBOSE_ERROR "Either cannot [|] locate file: ${ZSH_FUNCTIONS_MANUAL}/toiletpreview.zsh [|] find command 'toilet'"
fi

0 comments on commit a4bd996

Please sign in to comment.