mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-22 10:51:49 +08:00
Better colors
This commit is contained in:
parent
f0a0d3cd18
commit
7ede139619
9
.zshrc
9
.zshrc
@ -30,8 +30,8 @@ zinit wait lucid for \
|
|||||||
zinit ice wait lucid atinit"bindkey '' autosuggest-execute" atload'_zsh_autosuggest_start'
|
zinit ice wait lucid atinit"bindkey '' autosuggest-execute" atload'_zsh_autosuggest_start'
|
||||||
zinit light zsh-users/zsh-autosuggestions
|
zinit light zsh-users/zsh-autosuggestions
|
||||||
|
|
||||||
zinit light hlissner/zsh-autopair
|
|
||||||
zinit light zsh-users/zsh-history-substring-search
|
zinit light zsh-users/zsh-history-substring-search
|
||||||
|
zinit light hlissner/zsh-autopair
|
||||||
zinit light zsh-users/zsh-completions
|
zinit light zsh-users/zsh-completions
|
||||||
|
|
||||||
# Software
|
# Software
|
||||||
@ -117,8 +117,13 @@ export XDG_CONFIG_HOME=$HOME/.config
|
|||||||
#settings for software
|
#settings for software
|
||||||
export FZF_DEFAULT_OPTS="--reverse --cycle --height=40% --border sharp --prompt=🔎"
|
export FZF_DEFAULT_OPTS="--reverse --cycle --height=40% --border sharp --prompt=🔎"
|
||||||
export GPG_TTY=$(tty) # fixes gpg
|
export GPG_TTY=$(tty) # fixes gpg
|
||||||
export MANWIDTH=${MANWIDTH:-78}
|
|
||||||
export HISTORY_SUBSTRING_SEARCH_FUZZY=1
|
export HISTORY_SUBSTRING_SEARCH_FUZZY=1
|
||||||
|
export MANWIDTH=${MANWIDTH:-78}
|
||||||
|
export MANROFFOPT="-c"
|
||||||
|
export BAT_THEME="ansi"
|
||||||
|
|
||||||
|
# bat pager
|
||||||
|
alias -g -- --help='--help 2>&1 | bat --language=help --style=plain'
|
||||||
|
|
||||||
#local path
|
#local path
|
||||||
export PATH="${PATH}:${HOME}/.local/bin:${HOME}/.scripts:${HOME}/cargo/bin:${HOME}/.cache/go/bin:${HOME}/.local/share/nvim/mason/bin"
|
export PATH="${PATH}:${HOME}/.local/bin:${HOME}/.scripts:${HOME}/cargo/bin:${HOME}/.cache/go/bin:${HOME}/.local/share/nvim/mason/bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user