.kshrc (194B)
1 HISTFILE="$HOME/.ksh_history" 2 HISTSIZE=50000 3 4 [ -f "$HOME/.profile" ] && . ~/.profile || : 5 6 set -o vi 7 8 PS1='\u@\h:\w ${?#0}$ ' 9 #PS1='${USER}@${HOSTNAME:=$(hostname)}:${PWD} ${?#0}$ ' 10 export PS1
dotfilesconfiguration files for shell, text editor, graphical environment, etc. | ||
git clone git://src.adamsgaard.dk/dotfiles # fast git clone https://src.adamsgaard.dk/dotfiles.git # slow | ||
Log | Files | Refs | README | LICENSE | Back to index |