added hostname
This commit is contained in:
8
.zshrc
8
.zshrc
@@ -55,7 +55,7 @@ export DATE=$(date "+%A, %B %e %_I:%M%P")
|
||||
|
||||
export FZF_DEFAULT_OPTS="--style minimal --color 16 --layout=reverse --height 30% --preview='bat -p --color=always {}'"
|
||||
export FZF_CTRL_R_OPTS="--style minimal --color 16 --info inline --no-sort --no-preview" # separate opts for history widget
|
||||
export MANPAGER='nvim +Man!'
|
||||
export MANPAGER="nvim '+Man!' -"
|
||||
|
||||
# colored less + termcap vars
|
||||
export LESS="R --use-color -Dd+r -Du+b"
|
||||
@@ -72,3 +72,9 @@ source $XDG_CONFIG_HOME/zsh/zsh.config
|
||||
|
||||
# Created by `pipx` on 2026-03-26 01:09:22
|
||||
export PATH="$PATH:/home/venus/.local/bin"
|
||||
|
||||
# Remove the default of run-help being aliased to man
|
||||
unalias run-help
|
||||
# Use zsh's run-help, which will display information for zsh builtins.
|
||||
autoload run-help
|
||||
alias help="run-help"
|
||||
|
||||
Reference in New Issue
Block a user