summaryrefslogtreecommitdiff
path: root/d
diff options
context:
space:
mode:
authorTslil Clingman <hiato1@gmail.com>2013-03-26 15:28:03 +0200
committerTslil Clingman <hiato1@gmail.com>2013-03-26 15:28:03 +0200
commit3bd9f307d5cd0128ea4fa37aaecaadac5629521c (patch)
tree6197fd7fe1699ebe1daafed4d8d9385dbe58489e /d
parent8c19617946822d7aeac61696294f893d5e5eca6f (diff)
Added brief descriptions
Diffstat (limited to 'd')
-rwxr-xr-xd2
1 files changed, 2 insertions, 0 deletions
diff --git a/d b/d
index 774e969..982e885 100755
--- a/d
+++ b/d
@@ -1,3 +1,5 @@
+# Smart directory changer using the power of grep ;)
+# source in a function j() { cd `d $*`} or some such
#!/bin/bash
[ "$1" = "$HOME" ] && echo $HOME && exit
fl="$HOME/.local/share/dir_lst";[ ! -f "$fl" ] && touch "$fl"