got rid of xkb fix in rc.lua, moved it to autostart, fixed history for zsh and added autostart
This commit is contained in:
parent
c60c920622
commit
28ea9a5565
3 changed files with 12 additions and 2 deletions
1
shellrc
1
shellrc
|
@ -121,6 +121,7 @@ if is_zsh; then
|
|||
unsetopt BEEP NO_MATCH NOTIFY
|
||||
|
||||
SAVEHIST=1000
|
||||
HISTSIZE=1000
|
||||
HISTFILE="${HOME}/.histfile"
|
||||
|
||||
extras=( "${HOME}/.zshrc.extras" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue