nix-config/roles/zsh/files/.zshenv

7 lines
137 B
Text
Raw Normal View History

export ZDOTDIR="$HOME/.config/zsh"
2020-01-15 02:21:18 +00:00
PROMPT_EOL_MARK=''
2021-08-09 22:54:03 +01:00
TERM=xterm-256color
WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
ZLE_REMOVE_SUFFIX_CHARS=''