dottie/2024-03-10/.zshrc

42 lines
1.0 KiB
Bash
Raw Normal View History

2023-02-11 20:23:14 -05:00
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
unsetopt beep
bindkey -e
bindkey '\e[H' beginning-of-line
bindkey '\e[F' end-of-line
bindkey '\e[3~' delete-char
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
# End of lines configured by zsh-newuser-install
2024-03-10 20:37:11 -04:00
# The following lines were added by compinstall
zstyle :compinstall filename '/home/srp/.zshrc'
2023-02-11 20:23:14 -05:00
2024-03-10 20:37:11 -04:00
autoload -Uz compinit
compinit
eval "$(register-python-argcomplete pipx)"
# End of lines added by compinstall
zstyle ':completion:*' rehash true
alias ls="eza"
alias grep="rg"
alias poweroff="systemctl poweroff"
alias reboot="systemctl reboot"
export TERM=xterm-256color
2023-02-11 20:23:14 -05:00
2024-03-10 20:37:11 -04:00
# fnm
eval "`fnm env`"
2023-02-11 20:23:14 -05:00
2024-03-10 20:37:11 -04:00
zmodload zsh/nearcolor
zstyle :prompt:pure:path color "#8ec07c"
zstyle :prompt:pure:prompt:success color "#458588"
zstyle :prompt:pure:prompt:error color "#cc241d"
zstyle :prompt:pure:prompt:continuation color "#458588"
zstyle :prompt:pure:git:stash show yes
2023-02-11 20:23:14 -05:00
2024-03-10 20:37:11 -04:00
fpath+=($HOME/dl/src/pure)
autoload -U promptinit; promptinit
prompt pure