dotfiles/roles/zsh/files/.zshenv

8 lines
156 B
Plaintext
Raw Normal View History

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