Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. # The following lines were added by compinstall
  2.  
  3. zstyle ':completion:*' completer _expand _complete _ignored _match _approximate
  4. zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s
  5. zstyle ':completion:*' matcher-list '' 'm:{[:lower:]}={[:upper:]}' 'r:|[._-]=** r:|=**' 'l:|=* r:|=*'
  6. zstyle ':completion:*' use-compctl false
  7. zstyle :compinstall filename '/home/poi/.zshrc'
  8.  
  9. autoload -Uz compinit
  10. compinit
  11. # End of lines added by compinstall
  12. # Lines configured by zsh-newuser-install
  13. HISTFILE=~/.histfile
  14. HISTSIZE=1000
  15. SAVEHIST=1000
  16. setopt appendhistory autocd extendedglob notify
  17. unsetopt beep nomatch
  18. bindkey -v
  19. # End of lines configured by zsh-newuser-install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement