update .zshrc

This commit is contained in:
John Bowdre 2022-05-24 11:06:52 -05:00
parent a8b2f8cb1f
commit a0e3b641aa

View file

@ -1,17 +1,13 @@
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt appendhistory autocd
unsetopt beep extendedglob notify
bindkey -v
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '$HOME/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
PATH="$HOME/.local/bin:$PATH"
# Aliases
alias ssh="TERM=xterm ssh"