mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
update .zshrc
This commit is contained in:
parent
a8b2f8cb1f
commit
a0e3b641aa
1 changed files with 1 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue