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.
46 lines
1.5 KiB
46 lines
1.5 KiB
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 |
|
|
|
alias diff='diff --color=auto' |
|
alias grep='grep --color=auto' |
|
alias ip='ip --color=auto' |
|
alias pgrep='pgrep --ignore-case --list-full' |
|
|
|
export LESS_TERMCAP_mb=$'\E[1;31m' # begin blink |
|
export LESS_TERMCAP_md=$'\E[1;36m' # begin bold |
|
export LESS_TERMCAP_me=$'\E[0m' # reset bold/blink |
|
export LESS_TERMCAP_so=$'\E[01;44;33m' # begin reverse video |
|
export LESS_TERMCAP_se=$'\E[0m' # reset reverse video |
|
export LESS_TERMCAP_us=$'\E[1;32m' # begin underline |
|
export LESS_TERMCAP_ue=$'\E[0m' # reset underline |
|
|
|
export LESSOPEN="| /usr/bin/src-hilite-lesspipe.sh %s" |
|
export LESS=' -R ' |
|
|
|
export PATH=$PATH:~/.local/bin |
|
|
|
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh |
|
|
|
MODE_CURSOR_VIINS="#00ff00 blinking bar" |
|
MODE_CURSOR_REPLACE="$MODE_CURSOR_VIINS #ff0000" |
|
MODE_CURSOR_VICMD="green block" |
|
MODE_CURSOR_SEARCH="#ff00ff steady underline" |
|
MODE_CURSOR_VISUAL="$MODE_CURSOR_VICMD steady bar" |
|
MODE_CURSOR_VLINE="$MODE_CURSOR_VISUAL #00ffff" |
|
source "$HOME/build/zsh-vim-mode/zsh-vim-mode.plugin.zsh" |
|
|
|
export PF_INFO="ascii os host kernel uptime pkgs memory shell editor wm de palette" |
|
pfetch |
|
|
|
|