diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-06-19 15:32:10 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-06-19 15:32:10 +0200 |
commit | d25d43d9d29585b0f053de0a1590e4f1bbd715ab (patch) | |
tree | fbab778203feb510915a17220e38e524b9d17b10 | |
parent | 3eae1f8bb29ac7968d9f6efbe3d6da1d35aa0b0c (diff) |
useful variable
-rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ path=( "$HOME/bin" "/usr/local/sbin" ) export PATH +EDITOR=nvim +export EDITOR autoload -Uz compinit compinit |