ZSH, remove AUR sync, ncspot
This commit is contained in:
18
.zshrc.custom
Normal file
18
.zshrc.custom
Normal file
@@ -0,0 +1,18 @@
|
||||
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"
|
||||
|
||||
# ctrl + ->/<- move keybinds
|
||||
bindkey "^[[1;5C" forward-word
|
||||
bindkey "^[[1;5D" backward-word
|
||||
|
||||
# cp -> rsync
|
||||
alias cp=cpv
|
Reference in New Issue
Block a user