1
0
Fork 0
This commit is contained in:
MGislv 2021-10-18 23:49:16 +02:00
parent 9d8f129fdc
commit 9d78d6025f
1 changed files with 2 additions and 1 deletions

3
.zshrc
View File

@ -6,6 +6,7 @@ promptinit
# Include hidden files
_comp_options+=(globdots)
setopt extendedglob
setopt COMPLETE_ALIASES
setopt autocd
setopt CORRECT
@ -81,5 +82,5 @@ alias chrooted='CHROOT=$HOME/chroot'
# export
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=gasp'
PATH="$HOME/.bin/:$PATH"
PATH="$HOME/bin/:$PATH"
export LESSHISTFILE="$HOME"/.cache/less/history