From 47b00a52b2c4cbb2d4ad691c62b90111e00d6573 Mon Sep 17 00:00:00 2001 From: kardelio Date: Wed, 14 Oct 2020 11:17:29 +0200 Subject: [PATCH] Changed shebang to be preferred more portable one --- cdi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdi.sh b/cdi.sh index 11485df..76b47cd 100755 --- a/cdi.sh +++ b/cdi.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # CDI - Change Dir Interactively # Don't waste more time in the terminal browsing folders with CD