diff options
Diffstat (limited to 'zsh/.zshenv')
-rw-r--r-- | zsh/.zshenv | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv new file mode 100644 index 0000000..25d4468 --- /dev/null +++ b/zsh/.zshenv @@ -0,0 +1,3 @@ +export LESS=R # Option to less so that git log/diff hide output after exit +export EDITOR=nvim +export PATH=$PATH:~/.local/bin |