From ce6884394a82f6b377ec1d659ce59be92fdf5f7c Mon Sep 17 00:00:00 2001 From: Tslil Clingman Date: Sun, 1 Feb 2015 23:03:05 +0200 Subject: Changed to /usr/bin/env and added non-zsh modde to vcs --- ce | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ce') diff --git a/ce b/ce index e777877..9c9b5f3 100755 --- a/ce +++ b/ce @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Smart directory changer using the power of grep ;) # source in a function j() { ce $*; cd `head -n 1 ~/.local/share/dir_lst` } # or some such -- cgit v1.2.3