mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 06:32:40 +00:00
feat: Adds browser to zshenv, so that urlview works in neomutt.
This commit is contained in:
6
env/.config/zsh/.zshrc
vendored
6
env/.config/zsh/.zshrc
vendored
@@ -76,6 +76,7 @@ path_prepend \
|
|||||||
fpath_prepend \
|
fpath_prepend \
|
||||||
"$ZDOTDIR/completions" \
|
"$ZDOTDIR/completions" \
|
||||||
"$HOME/.local/share/zsh/completions" \
|
"$HOME/.local/share/zsh/completions" \
|
||||||
|
"$HOME/.zsh/completions" \
|
||||||
"$ZDOTDIR/functions"
|
"$ZDOTDIR/functions"
|
||||||
|
|
||||||
autoload -Uz $fpath[1]/*(.:t)
|
autoload -Uz $fpath[1]/*(.:t)
|
||||||
@@ -130,7 +131,8 @@ zsh_add_plugin "Aloxaf/fzf-tab"
|
|||||||
|
|
||||||
#------------------------------ completions ------------------------------
|
#------------------------------ completions ------------------------------
|
||||||
# case insensitive path-completion
|
# case insensitive path-completion
|
||||||
zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]} l:|=* r:|=*' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]} l:|=* r:|=*' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]} l:|=* r:|=*'
|
#zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]} l:|=* r:|=*' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]} l:|=* r:|=*' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]} l:|=* r:|=*'
|
||||||
|
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
|
||||||
|
|
||||||
# partial completion suggestions
|
# partial completion suggestions
|
||||||
zstyle ':completion:*' list-suffixes
|
zstyle ':completion:*' list-suffixes
|
||||||
@@ -232,7 +234,7 @@ esac
|
|||||||
# pnpm end
|
# pnpm end
|
||||||
|
|
||||||
# The following lines have been added by Docker Desktop to enable Docker CLI completions.
|
# The following lines have been added by Docker Desktop to enable Docker CLI completions.
|
||||||
fpath=(/Users/michael/.docker/completions $fpath)
|
# fpath=(/Users/michael/.docker/completions $fpath)
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
compinit
|
compinit
|
||||||
|
|
||||||
|
|||||||
1
env/.zshenv
vendored
1
env/.zshenv
vendored
@@ -18,6 +18,7 @@ export EDITOR=nvim
|
|||||||
export VISUAL=nvim
|
export VISUAL=nvim
|
||||||
export EDITOR_PREFIX=nvim
|
export EDITOR_PREFIX=nvim
|
||||||
export MANPAGER="bat"
|
export MANPAGER="bat"
|
||||||
|
export BROWSER="brave"
|
||||||
#export VIMINIT='source $MYVIMRC'
|
#export VIMINIT='source $MYVIMRC'
|
||||||
#export MYVIMRC="$HOME/.vim/vimrc"
|
#export MYVIMRC="$HOME/.vim/vimrc"
|
||||||
#export NVIM_APPNAME="m-housh"
|
#export NVIM_APPNAME="m-housh"
|
||||||
|
|||||||
Reference in New Issue
Block a user