From 7116abb78b3404382a931d6939499df98e043c85 Mon Sep 17 00:00:00 2001 From: ArcheyDevil Date: Tue, 10 Apr 2012 13:41:31 +1000 Subject: [PATCH] Whoops, meh. doesn't make any difference, but no need for a semicolon at the EOL in a shell script :P --- plugins/sprunge/sprunge.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sprunge/sprunge.plugin.zsh b/plugins/sprunge/sprunge.plugin.zsh index bb76207ce..6bca748a7 100644 --- a/plugins/sprunge/sprunge.plugin.zsh +++ b/plugins/sprunge/sprunge.plugin.zsh @@ -24,7 +24,7 @@ if (( $+commands[python] )); then #except: # print('text')" | python echo ${1##*.} - } + } else # if we happen to lack python, just report everything as text omz_log_msg "sprunge: syntax highlighting disabled since python isn't available"