# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=3000
SAVEHIST=3000
RPROMPT='(%~)'
PROMPT=$'%B%n@%m%b:%# '
bindkey -e
setopt auto_list
setopt extended_history
setopt append_history
setopt correct
setopt magic_equal_subst
setopt mark_dirs
setopt print_eight_bit
case "${TERM}" in
kterm)
export TERM=kterm-color
;;
xterm)
export TERM=xterm-color
;;
cons25)
unset LANG
esac
alias ls="ls -G"
alias la="ls -aG"
alias ll="ls -lG"
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/imksoo/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
0 件のコメント:
コメントを投稿