]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/rc/005basic.zsh
Make zathura configuration file aware
[dotfiles.git] / zsh / .zsh / rc / 005basic.zsh
1 setopt GLOB_STAR_SHORT GLOB_DOTS EXTENDED_GLOB
2 setopt NO_NOMATCH
3 setopt AUTO_PUSHD PUSHD_IGNORE_DUPS
4 setopt PIPE_FAIL
5 setopt MULTIBYTE
6
7 setopt RM_STAR_SILENT
8 export LISTMAX=9999