added hostname

This commit is contained in:
venus
2026-05-18 21:56:27 -05:00
parent 9de9b5d1e7
commit 8b360c8f7b
4 changed files with 187 additions and 167 deletions

8
.zshrc
View File

@@ -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"