diff options
author | neodarz <neodarz@neodarz.net> | 2018-05-08 11:51:27 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-05-08 11:51:27 +0200 |
commit | 899fe90d6742732279a2949fc1ce5b3430691a57 (patch) | |
tree | 328b25f4cccbbe770e4206dd934083851f5187d6 | |
parent | 6e290c4741f9aca00ee83a0250428c4155e7eeaa (diff) | |
download | dotfiles_ascii-899fe90d6742732279a2949fc1ce5b3430691a57.tar.xz dotfiles_ascii-899fe90d6742732279a2949fc1ce5b3430691a57.zip |
Add some default editor in env
-rwxr-xr-x | zsh/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,3 +18,6 @@ for config (~/.zsh/*.zsh) source $config export TERM=rxvt-unicode +export CHEAT_EDITOR=nvim +export VISUAL=nvim +export EDITOR=nvim |