]> arthur.barton.de Git - ax-zsh.git/commitdiff
axzshctl: Use /usr/bin/env shebang to call zsh
authorAlexander Barton <alex@barton.de>
Sun, 28 Aug 2016 19:33:51 +0000 (21:33 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 28 Aug 2016 19:33:55 +0000 (21:33 +0200)
This allows zsh to be anywhere in the $PATH.

Thanks to Götz Hoffart for reporting the problem!

bin/axzshctl

index e64e80ac8584150829ac4931c11d4839a21f34fb..9d5eff027a2dc60f9ae31b75c8a839eaed48de24 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/zsh
+#!/usr/bin/env zsh
 #
 # AX-ZSH: Alex' Modular ZSH Configuration
 # Copyright (c) 2015-2016 Alexander Barton <alex@barton.de>