aboutsummaryrefslogtreecommitdiffstats
path: root/.kshrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-09-03 19:42:34 +0000
committerterminaldweller <thabogre@gmail.com>2021-09-03 19:42:34 +0000
commit2595c133eea2ffc7e3fd40b555f1364305125af1 (patch)
tree651d0094c36c97164e3c2036f1299c2c04c7cbe5 /.kshrc
parentzsh overhaul (diff)
downloadscripts-2595c133eea2ffc7e3fd40b555f1364305125af1.tar.gz
scripts-2595c133eea2ffc7e3fd40b555f1364305125af1.zip
removed path from tmux, added short path to shell prompt. removed exa, using ls again. no more htop, using top now.
Diffstat (limited to '.kshrc')
-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