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