summaryrefslogtreecommitdiffstats
path: root/.kshrc
blob: a4e5a8c4dad930e295cd828a795cfc85a32c4ca9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# ~/.kshrc
# echo export ENV=$HOME/.kshrc >> ~/.profile

[ -f ~/.cprofile ] && . ~/.cprofile 

HOST=$(hostname)
PS1='${USER}@${HOST%%.*} $(pwd | sed "s,^$HOME,~,") $ '

export PS1

set -o vi
set -o vi-tabcomplete

remember that computers suck.