aboutsummaryrefslogtreecommitdiffstats
path: root/.kshrc
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2023-07-13 18:10:26 +0000
committerterminaldweller <devi@terminaldweller.com>2023-07-13 18:10:26 +0000
commitb595ac2150e42a22e92b954188ae374d290b3f53 (patch)
treeb5e9d5e421c6d266e669476e2a1dfa4e89383953 /.kshrc
parentupdate (diff)
downloadscripts-main.tar.gz
scripts-main.zip
updateHEADmain
Diffstat (limited to '.kshrc')
-rw-r--r--.kshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.kshrc b/.kshrc
index 98ec191..1c3f762 100644
--- a/.kshrc
+++ b/.kshrc
@@ -6,6 +6,7 @@ set -o vi
HISTFILE="$HOME/.ksh_history"
HISTSIZE=10000
+alias py="python"
alias ..="cd ../"
alias ...="cd ../../"
alias ....="cd ../../../"