ZSH, remove AUR sync, ncspot
This commit is contained in:
32
.zshrc.pre-oh-my-zsh
Normal file
32
.zshrc.pre-oh-my-zsh
Normal file
@@ -0,0 +1,32 @@
|
||||
# Lines configured by zsh-newuser-install
|
||||
HISTFILE=~/.histfile
|
||||
HISTSIZE=1000
|
||||
SAVEHIST=1000
|
||||
setopt extendedglob nomatch notify
|
||||
unsetopt autocd beep
|
||||
bindkey -v
|
||||
# End of lines configured by zsh-newuser-install
|
||||
# The following lines were added by compinstall
|
||||
zstyle :compinstall filename '/home/tymur999/.zshrc'
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
# End of lines added by compinstall
|
||||
|
||||
# set custom zsh prompt
|
||||
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
|
||||
|
||||
# Prompt init
|
||||
autoload -Uz promptinit
|
||||
promptinit
|
Reference in New Issue
Block a user