simple zsh config bits
This commit is contained in:
parent
ccae0c8240
commit
9919d35774
1 changed files with 17 additions and 0 deletions
17
zshrc
Normal file
17
zshrc
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Lines configured by zsh-newuser-install
|
||||
HISTFILE=~/.histfile
|
||||
HISTSIZE=1000
|
||||
SAVEHIST=1000
|
||||
setopt appendhistory extendedglob
|
||||
bindkey -e
|
||||
# End of lines configured by zsh-newuser-install
|
||||
# The following lines were added by compinstall
|
||||
zstyle :compinstall filename '/home/truck/.zshrc'
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
# End of lines added by compinstall
|
||||
|
||||
export PATH=$PATH:/home/truck/bin
|
||||
export EDITOR=jed
|
||||
export LESS='-X -R -F'
|
||||
Loading…
Add table
Add a link
Reference in a new issue