This repository has been archived on 2025-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dotbare/.zshrc.custom
Tymur Arsentiev 9c9cfea96b librewolf-sync
2025-05-05 08:34:04 -04:00

16 lines
284 B
Plaintext

setopt PROMPT_SUBST
PROMPT='%n@%m: ${(%):-%~} '
# zsh prompt colors
PROMPT="%F{green}$PROMPT%f"
# ctrl + ->/<- move keybinds
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
# nvm setup
. /usr/share/nvm/init-nvm.sh
# neovim for manpages
export MANPAGER='nvim +Man!'