config/.kshrc

7 lines
61 B
Plaintext
Raw Normal View History

2021-11-12 04:55:02 +03:00
export PATH=$PATH:$HOME/.bin
alias ls='ls -h'
PS1='\w > '