You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
414 B
15 lines
414 B
source /usr/share/zaw/zaw.zsh |
|
|
|
bindkey '^R' zaw-history |
|
bindkey -M filterselect '^R' down-line-or-history |
|
bindkey -M filterselect '^S' up-line-or-history |
|
bindkey -M filterselect '^E' accept-search |
|
|
|
zstyle ':filter-select:highlight' matched fg=green |
|
zstyle ':filter-select' max-lines 3 |
|
zstyle ':filter-select' extended-search yes |
|
|
|
eval $(thefuck --alias) |
|
|
|
export SSH_AUTH_SOCK=/run/user/1000/gnupg/S.gpg-agent.ssh |
|
|
|
|