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 HISTFILE=~/.histfile
HISTSIZE=1000 HISTSIZE=1000
SAVEHIST=1000 SAVEHIST=1000
setopt appendhistory autocd setopt appendhistory autocd
unsetopt beep extendedglob notify unsetopt beep extendedglob notify
bindkey -v bindkey -v
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '$HOME/.zshrc' zstyle :compinstall filename '$HOME/.zshrc'
autoload -Uz compinit autoload -Uz compinit
compinit compinit
# End of lines added by compinstall PATH="$HOME/.local/bin:$PATH"
# Aliases # Aliases
alias ssh="TERM=xterm ssh" alias ssh="TERM=xterm ssh"