zsh autocompletion
This commit is contained in:
parent
903d04cd61
commit
72f6f3158d
1 changed files with 5 additions and 2 deletions
7
.zshrc
7
.zshrc
|
@ -1,9 +1,12 @@
|
||||||
# Lines configured by zsh-newuser-install
|
|
||||||
HISTFILE=~/.histfile
|
HISTFILE=~/.histfile
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
SAVEHIST=1000
|
SAVEHIST=1000
|
||||||
setopt appendhistory autocd extendedglob nomatch notify
|
setopt appendhistory autocd extendedglob nomatch notify
|
||||||
unsetopt beep
|
unsetopt beep
|
||||||
# End of lines configured by zsh-newuser-install
|
|
||||||
|
autoload -U compinit
|
||||||
|
compinit
|
||||||
|
setopt completealiases
|
||||||
|
|
||||||
|
|
||||||
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
|
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
|
||||||
|
|
Loading…
Reference in a new issue