Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.55 KB | None | 0 0
  1. # The following lines were added by compinstall
  2.  
  3. zstyle ':completion:*' completer _expand _complete _ignored _approximate
  4. zstyle ':completion:*' matcher-list 'm:{[:lower:]}={[:upper:]} r:|[._-]=* r:|=* l:|=*'
  5. zstyle :compinstall filename '/home/cuci/.zshrc'
  6.  
  7. autoload -Uz compinit
  8. compinit
  9. # End of lines added by compinstall
  10. # Lines configured by zsh-newuser-install
  11. HISTFILE=~/.histfile
  12. HISTSIZE=1000
  13. SAVEHIST=1000
  14. bindkey -v
  15. # End of lines configured by zsh-newuser-install
  16. PROMPT='%d%>:%{%}>> '
  17. bindkey ^f  history-incremental-search-backward
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement