blob: b8aa4ccfe3a54b9cfdb9767d7bbc783aa3c0d7a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt autocd
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/main/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
|