Re: [dev] [st] delele behaves as backspace... again

From: Henrique Lengler <henriqueleng_AT_openmailbox.org>
Date: Tue, 11 Nov 2014 15:17:40 -0200

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

This archive was generated by hypermail 2.3.0 : Tue Nov 11 2014 - 18:24:15 CET