mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-25 18:42: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
|
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"
|
||||||
|
|
Loading…
Reference in a new issue