equal
deleted
inserted
replaced
1 # Lines configured by zsh-newuser-install |
|
2 |
|
3 HISTFILE=~/.histfile |
1 HISTFILE=~/.histfile |
4 HISTSIZE=1000000 |
2 HISTSIZE=1000000 |
5 SAVEHIST=1000000 |
3 SAVEHIST=1000000 |
6 setopt appendhistory |
4 setopt appendhistory |
7 setopt share_history |
5 setopt share_history |
8 setopt hist_ignore_dups |
6 setopt hist_ignore_dups |
9 setopt auto_pushd |
7 setopt auto_pushd |
10 setopt magic_equal_subst |
8 setopt magic_equal_subst |
|
9 |
11 bindkey -e |
10 bindkey -e |
12 # End of lines configured by zsh-newuser-install |
11 fpath=($fpath /usr/share/zsh/functions/Zle) |
13 # The following lines were added by compinstall |
|
14 # zstyle :compinstall filename '/home/swk/.zshrc' |
|
15 |
12 |
16 fpath=($fpath /usr/share/zsh/functions/Zle) |
|
17 autoload -U compinit |
13 autoload -U compinit |
18 compinit -u |
14 compinit -u |
19 # End of lines added by compinstall |
|
20 |
15 |
21 autoload history-search-end |
16 autoload history-search-end |
22 zle -N history-beginning-search-backward-end history-search-end |
17 zle -N history-beginning-search-backward-end history-search-end |
23 zle -N history-beginning-search-forward-end history-search-end |
18 zle -N history-beginning-search-forward-end history-search-end |
24 bindkey '^P' history-beginning-search-backward-end |
19 bindkey '^P' history-beginning-search-backward-end |