From 8819dc55e06b60d1da44a4981c9c45bb2cf3f288 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 17 Apr 2015 10:57:45 +0100 Subject: [PATCH] bin: set weechat script name properly I can't believe that this requires zsh, why would bash not be able to do this? --- bin/weechat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/weechat b/bin/weechat index ddecdb9..eebd885 100755 --- a/bin/weechat +++ b/bin/weechat @@ -1,4 +1,5 @@ -#!/usr/bin/env bash +#!/usr/bin/zsh +jobs -Z weechat host=rmz.io -- 2.48.1