summaryrefslogtreecommitdiff
path: root/ce
diff options
context:
space:
mode:
authortslil clingman <>2021-01-08 11:39:19 -0500
committertslil clingman <>2021-01-08 11:39:19 -0500
commitdce5c71accaa8dc096a4b580f06eb83195c3d61e (patch)
tree18d6d2140b16228e093580cb6c3639e379cc9f80 /ce
parent5478fbed90714b019073273ad9234dd71bd0cac2 (diff)
Used some bash-isms
Diffstat (limited to 'ce')
-rwxr-xr-xce2
1 files changed, 1 insertions, 1 deletions
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