Chrysostomus / manjaro-zsh-config

Zsh configuration package for manjaro
MIT License
124 stars 52 forks source link

Fixes and Features #23

Closed pheiduck closed 3 years ago

pheiduck commented 3 years ago

fix limit of history output HISTSIZE=10000 SAVEHIST=10000

add new options: setopt inc_append_history # save commands are added to the history immediately, otherwise only when shell exits.

Chrysostomus commented 3 years ago

Excellent changes, thank you!