On Tue, Nov 11, 2014 at 07:53:06AM +0100, k0ga_AT_shike2.com wrote:
> Do you have something in .zshrc?
# completion
autoload -U compinit
compinit
# correction
setopt correctall
# prompt
autoload -U promptinit
promptinit
prompt gentoo
#Prevent from putting duplicate lines in the history
setopt HIST_IGNORE_DUPS
#completion marker
zstyle ':completion:*' menu select
#aliases
alias ..='cd ..'
alias ls='ls --color=auto'
alias grep='grep --colour=auto'
alias egrep='egrep --colour=auto'
alias fgrep='fgrep --colour=auto'
alias pal='pal -m --color'
alias ping='ping -c 5'
--
Henrique Lengler
Received on Tue Nov 11 2014 - 18:17:40 CET