Hi!
I have a secret wish which will soon no longer be secret ;)
When I do an error, such as
rl -rf /tmp/*
zsh is wrong on the fix, so I hit `e', but then the cursor is at the
end of the line. Since zsh knows it's rl I want to fix, I'd like to
have the cursor there.
Well, that's just a one-of-those-painful-users-wishes ;)
Akim
--- Begin /etc/zshrc (modified conffile)
#
#
FPATH="$FPATH:/usr/share/doc/zsh/examples/Functions/Misc"
PS1="%m%# "
unalias run-help
autoload run-help
bindkey "[3~" delete-char
alias ls='ls -F -b -T 0 --color'
alias la='ls -la'
alias ll='la -l'
alias x='exec startx'
alias be='emacs -fn 12x24 -geometry 80x25'
alias me='emacs -fn 10x20 -geometry 80x29'
alias ce="emacs -fn '-misc-fixed-*-*-*-*-15-*-*-*-*-*-*-*' -geometry 80x40"
e() { gnuclient $* & }
alias rhal='rsh -l duret_g hal'
alias rgui='rsh -l duret_g gui'
alias r='runsocks '
setopt correct
setopt auto_cd
setopt hist_ignore_dups
setopt auto_list
setopt append_history
setopt auto_param_keys
setopt auto_param_slash
setopt no_bg_nice
setopt complete_aliases
setopt equals
setopt extended_glob
setopt hash_cmds
setopt hash_dirs
setopt mail_warning
HISTSIZE=256
hosts=(alex alifax caramon eole fidji ftp gene goa goliath hal latrodectus
lhassa mona news nosferatu parsec phobos pulsar renaud salem sebc solstice
toto vger vinz www guiscar elijah aurora daneel robbie solaria gaia)
autoload cdmatch mere zed
RPROMPT='%B%m%b %(?,%B%T%b,%{[01m%}%{[31m%}Err %?%{[0m%})'
PROMPT='%{[01m%}%{[33m%}%3c%{[0m%} %# '
--- End /etc/zshrc