diff options
| author | tslil clingman <> | 2021-01-08 11:39:19 -0500 |
|---|---|---|
| committer | tslil clingman <> | 2021-01-08 11:39:19 -0500 |
| commit | dce5c71accaa8dc096a4b580f06eb83195c3d61e (patch) | |
| tree | 18d6d2140b16228e093580cb6c3639e379cc9f80 | |
| parent | 5478fbed90714b019073273ad9234dd71bd0cac2 (diff) | |
Used some bash-isms
| -rwxr-xr-x | ce | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
