librewolf-sync
This commit is contained in:
@@ -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!'
|
||||
|
Reference in New Issue
Block a user