Newer
Older
casp / NetBSD8 / etc / skel / .zshrc.default
@HIROSE Yuuji HIROSE Yuuji on 17 Sep 2019 377 bytes Required files located
bindkey -e
bindkey '^p'	history-beginning-search-backward
bindkey '^n'	history-beginning-search-forward
alias	ls='ls -F'
alias	ll='ls -la'
dir()	{ls -lF $*|TERM=dumb JLESSCHARSET= more}

PROMPT='%{[$[32+$RANDOM % 5]m%}%U%B%m'"{`whoami`}%b%%%{%}%u "
RPROMPT="[%U%~%u]"
limit coredumpsize 0
source ~/.zshcompctl
mesg y

[[ -f /etc/skel/.zshaux ]] && source /etc/skel/.zshaux