diff options
author | terminaldweller <thabogre@gmail.com> | 2021-09-03 19:42:34 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-09-03 19:42:34 +0000 |
commit | 2595c133eea2ffc7e3fd40b555f1364305125af1 (patch) | |
tree | 651d0094c36c97164e3c2036f1299c2c04c7cbe5 /.kshrc | |
parent | zsh overhaul (diff) | |
download | scripts-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 '')
-rw-r--r-- | .kshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -83,5 +83,9 @@ function dig { fi } +function fd { + ls -l $(find -iname "*$1*") +} + export SHELL="ksh" export PATH=$PATH:/home/devi/scripts/bin |