aboutsummaryrefslogtreecommitdiffstats
path: root/.kshrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.kshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.kshrc b/.kshrc
index d72e060..5d57d13 100644
--- a/.kshrc
+++ b/.kshrc
@@ -83,5 +83,9 @@ function dig {
fi
}
+function fd {
+ ls -l $(find -iname "*$1*")
+}
+
export SHELL="ksh"
export PATH=$PATH:/home/devi/scripts/bin