Updating command completion in zshrc
This commit is contained in:
parent
69c65b429e
commit
56723acd12
1 changed files with 3 additions and 3 deletions
6
zshrc
6
zshrc
|
|
@ -5,13 +5,13 @@ bindkey -v
|
|||
|
||||
zstyle :compinstall filename '/home/dustinswan/.zshrc'
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
autoload -Uz compinit && compinit
|
||||
# zstyle ':completion:*' menu select
|
||||
# setopt completealiases
|
||||
|
||||
alias vi=vim
|
||||
# alias grep='grep --color=auto'
|
||||
# alias ls='ls --color=auto'
|
||||
|
||||
export TERM="xterm-256color"
|
||||
|
||||
export EDITOR=vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue