From bf5a70d81ee3266cb5920b5f881bcf8ab235369a Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Fri, 12 Nov 2021 04:55:02 +0300 Subject: [PATCH] add KornShell config --- .kshrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .kshrc diff --git a/.kshrc b/.kshrc new file mode 100644 index 0000000..ce58e56 --- /dev/null +++ b/.kshrc @@ -0,0 +1,6 @@ +export PATH=$PATH:$HOME/.bin + +alias ls='ls -h' + +PS1='\w > ' +