summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/zshrc')
-rw-r--r--accounts/gkleen@sif/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc
index 362943f3..30427ecb 100644
--- a/accounts/gkleen@sif/zshrc
+++ b/accounts/gkleen@sif/zshrc
@@ -310,7 +310,7 @@ sieve-edit() {
310 ;; 310 ;;
311 *) 311 *)
312 echo "Unknown host: ‘$host’" >&2 312 echo "Unknown host: ‘$host’" >&2
313 exit 2 313 return 2
314 ;; 314 ;;
315 esac 315 esac
316} 316}