Created
June 3, 2020 06:49
-
-
Save nasyxx/ece228dce041bac38495bb92ac87b9fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
π zstyle 25.75G 100% ─╯ | |
actionformats | |
:vcs_info:svn*:* '%c%u %F{1}| %a%f' | |
:vcs_info:* '%b %F{1}| %a%f' | |
branchformat | |
:vcs_info:hg*:* ' %b' | |
cache-path | |
:completion:* /Users/Nasy/.cache/zinit | |
check-for-changes | |
:vcs_info:* true | |
command | |
:completion:*:*:*:*:processes 'ps -u Nasy -o pid,user,comm -w -w' | |
:fzf-tab:* fzf --ansi '--expect=$continuous_trigger' '--color=hl:$(( $#headers == 0 ? 108 : 255 ))' '--nth=2,3' '--delimiter=\x00' '--layout=reverse' '--height=${FZF_TMUX_HEIGHT:=75%}' '--tiebreak=begin' -m '--bind=tab:down,btab:up,change:top,ctrl-space:toggle' --cycle '--query=$query' '--header-lines=$#headers' | |
continuous-trigger | |
:fzf-tab:* / | |
extra-opts | |
:fzf-tab:complete:kill:argument-rest '--preview=ps --pid=$in[(w)1] -o cmd --no-headers -w -w' '--preview-window=down:3:wrap' | |
:fzf-tab:complete:cd:* '--preview=exa -1 --color=always $realpath' | |
:fzf-tab:* | |
fake-compadd | |
:fzf-tab:* default | |
format | |
:completion:*:descriptions '<%d>' | |
formats | |
:vcs_info:svn*:* %c%u | |
:vcs_info:* %b%c%u%m | |
get-bookmarks | |
:vcs_info:hg*:* true | |
get-revision | |
:vcs_info:hg*:* true | |
:vcs_info:* false | |
group-colors | |
:fzf-tab:* $'\C-[[94m' $'\C-[[32m' $'\C-[[33m' $'\C-[[35m' $'\C-[[31m' $'\C-[[38;5;27m' $'\C-[[36m' $'\C-[[38;5;100m' $'\C-[[38;5;98m' $'\C-[[91m' $'\C-[[38;5;80m' $'\C-[[92m' $'\C-[[38;5;214m' $'\C-[[38;5;165m' $'\C-[[38;5;124m' $'\C-[[38;5;120m' | |
group-name | |
:completion:*:*:zinit:* '' | |
highlight-color | |
:history-search-multi-word 'bg=17' | |
hooks | |
:vcs_info:git*+set-message:* vcs-detect-changes git-untracked git-aheadbehind git-stash git-remotebranch git-tagname | |
:vcs_info:hg*+set-message:* vcs-detect-changes | |
:vcs_info:svn*+set-message:* vcs-detect-changes svn-detect-changes | |
:vcs_info:hg*+gen-hg-bookmark-string:* hg-bookmarks | |
ignore | |
:fzf-tab:* false | |
ignored-patterns | |
:completion:*:*:*:users adm amanda apache at avahi avahi-autoipd beaglidx bin cacti canna clamav daemon dbus distcache dnsmasq dovecot fax ftp games gdm gkrellmd gopher hacluster haldaemon halt hsqldb ident junkbust kdm ldap lp mail mailman mailnull man messagebus mldonkey mysql nagios named netdump news nfsnobody nobody nscd ntp nut nx obsrun openvpn operator pcap polkitd postfix postgres privoxy pulse pvm quagga radvd rpc rpcuser rpm rtkit scard shutdown squid sshd statd svn sync tftp usbmux uucp vcsa wwwrun xfs '_*' | |
insert-space | |
:fzf-tab:* true | |
list-colors | |
:completion:*:zinit:argument-rest:plugins '=(#b)(*)/(*)==1;35=1;33' | |
:completion:*:*:kill:*:processes '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01' | |
:completion:* '' | |
list-grouped | |
:completion:* false | |
loaded | |
:prezto:module:completion 1 | |
matcher | |
:completion:*:zinit:argument-rest:plugins 'r:|=** l:|=*' | |
matcher-list | |
:completion:* 'm:{a-zA-Z}={A-Za-z}' 'r:|=*' 'l:|=* r:|=*' | |
menu | |
:completion:*:*:*:*:* select | |
no-group-color | |
:fzf-tab:* $'\C-[[37m' | |
prefix | |
:fzf-tab:* · | |
query-string | |
:fzf-tab:complete:_zlua:* input | |
:fzf-tab:* prefix input first | |
show-group | |
:fzf-tab:* full | |
single-group | |
:fzf-tab:* color header | |
single-ignored | |
* show | |
sort | |
:completion:complete:*:options false | |
special-dirs | |
:completion:* true | |
stagedstr | |
:vcs_info:* ' ' | |
tag-order | |
:completion:*:cd:* local-directories directory-stack path-directories | |
:completion:*:*:git:* common-commands | |
theme | |
:plugin:fast-syntax-highlighting sv-plant | |
unstagedstr | |
:vcs_info:* ' ' | |
url-globbers | |
(eval) :url-quote-magic $'zmodload -i zsh/parameter;\n\t reply=( noglob\n\t\t ${(k)galiases[(R)(* |)(noglob|urlglobber|globurl) *]:-}\n\t\t ${(k)aliases[(R)(* |)(noglob|urlglobber|globurl) *]:-} )' | |
url-local-schema | |
:urlglobber ftp file | |
url-metas | |
:url-quote-magic:* '*?[]^(|)~#{}=' | |
url-other-schema | |
:urlglobber http https ftp | |
url-seps | |
(eval) :url-quote-magic:* 'reply=(";&<>${histchars[1]}")' | |
use-cache | |
:completion:* yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment