diff options
author | joe <rbo@gmx.us> | 2025-10-06 21:20:06 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-06 21:20:06 +0200 |
commit | ecae39ed52d176ff26e5b39edba923518ddfea3b (patch) | |
tree | 1a0198bf24fd77a31d1ad11b172054dbe71e9052 /.config/zsh/.zshrc | |
parent | up (diff) | |
download | dotfiles-bsd-ecae39ed52d176ff26e5b39edba923518ddfea3b.tar.gz dotfiles-bsd-ecae39ed52d176ff26e5b39edba923518ddfea3b.tar.bz2 dotfiles-bsd-ecae39ed52d176ff26e5b39edba923518ddfea3b.tar.xz dotfiles-bsd-ecae39ed52d176ff26e5b39edba923518ddfea3b.tar.zst dotfiles-bsd-ecae39ed52d176ff26e5b39edba923518ddfea3b.zip |
up
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r-- | .config/zsh/.zshrc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 3eda548..1046db4 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -40,35 +40,6 @@ LESS_TERMCAP_se=$(printf '\e[0m'); export LESS_TERMCAP_se LESS_TERMCAP_us=$(printf '\e[0;4;35m'); export LESS_TERMCAP_us LESS_TERMCAP_ue=$(printf '\e[0m'); export LESS_TERMCAP_ue -_gen_fzf_default_opts() { -local color00='#1d2021' -local color01='#282828' -local color02='#504945' -local color03='#665c54' -local color04='#a89984' -local color05='#bdae93' -local color06='#ebdbb2' -local color07='#fbf1c7' -local color08='#cc241d' -local color09='#fe8019' -local color0A='#d79921' -local color0B='#98971a' -local color0C='#689d6a' -local color0D='#458588' -local color0E='#b16286' -local color0F='#d65d0e' - -export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ -" --color=bg+:$color00,bg:$color00"\ -" --color=fg:$color05,fg+:$color06"\ -" --color=hl:$color08,hl+:$color08"\ -" --color=spinner:$color0D"\ -" --color=header:$color08,info:$color03,pointer:$color08"\ -" --color=marker:$color0C,prompt:$color0A" -} - -_gen_fzf_default_opts - autoload -U history-search-end zle -N history-beginning-search-backward-end history-search-end zle -N history-beginning-search-forward-end history-search-end |