librewolf-sync

This commit is contained in:
Tymur Arsentiev
2025-05-05 08:34:04 -04:00
parent d7153158a5
commit 9c9cfea96b
9 changed files with 37 additions and 165 deletions

View File

@@ -1,12 +1,6 @@
HISTFILE=~/.histfile
setopt nomatch
unsetopt autocd beep
bindkey -v
# set custom zsh prompt
setopt PROMPT_SUBST
PROMPT='%n@%m: ${(%):-%~} '
# zsh prompt colors
PROMPT="%F{green}$PROMPT%f"
@@ -14,5 +8,8 @@ PROMPT="%F{green}$PROMPT%f"
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
# cp -> rsync
alias cp=cpv
# nvm setup
. /usr/share/nvm/init-nvm.sh
# neovim for manpages
export MANPAGER='nvim +Man!'