sudo pacman -Syu 2023-09-23 00:21:49 +07:00
parent 8af17c2374
commit 074077d219
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
# vim: set filetype=zsh:
# Put this on bottom of ~/.zshrc
# https://lgug2z.com/articles/sensible-wordchars-for-most-developers/
export WORDCHARS="*?[]~=&;!#$%^(){}<>"
# nvim
if command -v nvim &>/dev/null; then
export EDITOR=nvim