1
0
Fork 0

got rid of xkb fix in rc.lua, moved it to autostart, fixed history for zsh and added autostart

This commit is contained in:
Von Random 2015-01-27 10:06:40 +03:00
parent c60c920622
commit 28ea9a5565
3 changed files with 12 additions and 2 deletions

View file

@ -121,6 +121,7 @@ if is_zsh; then
unsetopt BEEP NO_MATCH NOTIFY
SAVEHIST=1000
HISTSIZE=1000
HISTFILE="${HOME}/.histfile"
extras=( "${HOME}/.zshrc.extras" )