From df00a1894c98d9d759ca67a276d19dcba2fd260f Mon Sep 17 00:00:00 2001 From: LanikSJ Date: Mon, 7 Jan 2019 07:53:16 -0800 Subject: [PATCH] Preserve env in script again --- lib/preexec.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/preexec.bash b/lib/preexec.bash index c2c00e0f..1223ce0e 100644 --- a/lib/preexec.bash +++ b/lib/preexec.bash @@ -1,4 +1,4 @@ -#!/usr/bin/env +#!/usr/bin/env bash # bash-preexec.sh -- Bash support for ZSH-like 'preexec' and 'precmd' functions. # https://github.com/rcaloras/bash-preexec