LINUX.ORG.RU
ФорумTalks

ZSH или?


0

0

Тут все хвастаются что zsh рулет и всё такое.

Ну поставил, ну даже банальное дополнение man ap(t) не фурычет, что надо крутить или что лучше кидайте сюда свои конфиги.

anonymous
Ответ на: комментарий от anonymous

>>это который с говнолинукс-говнофорум.сру?

>fixed
>говномоно * (*) (29.06.2008 17:22:29)
>говноанонимус (*) (29.06.2008 17:24:33)

final fix

anonymous
()
Ответ на: комментарий от anonymous

>fixed >говномоно * (*) (29.06.2008 17:22:29) >говноанонимус (*) (29.06.2008 17:24:33) >говноговноanonymous (*) (29.06.2008 17:27:02)

final final fix

anonymous
()
Ответ на: комментарий от SplindeR

Да сносите, просто оказывается забыл его настроить.

anonymous
()

По делу, вот мой zshrc простенький:

# PATHs and tweaks
export PATH=$PATH:$HOME/bin:/sbin:/usr/sbin
export LESS="-R"

case `uname` in
 *BSD)
  alias ll='ls -lFGh'
  export EDITOR=ee
 ;;
 Linux)
  alias ll='ls -l --color=auto -h'
  export PATH=$PATH:$HOME/bin:/sbin:/usr/sbin
 ;;
esac

# Load functions
autoload -U compinit
compinit
bindkey -e

# Ssecurity
umask 022

# Variables & Options
HISTFILE=~/.zhistory
HISTSIZE=10000
SAVEHIST=1000
setopt  APPEND_HISTORY
setopt  HIST_IGNORE_ALL_DUPS
setopt  HIST_IGNORE_SPACE
setopt  HIST_REDUCE_BLANKS
setopt  no_prompt_cr

zstyle ':completion:*:processes' command 'ps -xuf'
zstyle ':completion:*:processes' sort false
zstyle ':completion:*:processes-names' command 'ps xho command'

if test -f $HOME/.ssh/known_hosts; then
        hosts=(${${${(f)"$(<$HOME/.ssh/known_hosts)"}%%\ *}%%,*})
        zstyle ':completion:*:hosts' hosts $hosts
fi

export PROMPT="[%n]@[%m]:%~> "

anonymous
()

вот бы его от рихэша избавить, было бы идеально

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.