From dce5c71accaa8dc096a4b580f06eb83195c3d61e Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Fri, 8 Jan 2021 11:39:19 -0500 Subject: Used some bash-isms --- ce | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ce b/ce index f7d5bd8..e5e42e1 100755 --- a/ce +++ b/ce @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/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. Depends on: sed, ed, rlwrap, grep -- cgit v1.2.3