diff --git a/zsh/.zshrc b/zsh/.zshrc index 5571635..bc83e80 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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"