diff options
Diffstat (limited to '00_Exports.zsh')
-rw-r--r-- | 00_Exports.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/00_Exports.zsh b/00_Exports.zsh index 78b8970..e69b56b 100644 --- a/00_Exports.zsh +++ b/00_Exports.zsh @@ -1,3 +1,4 @@ +export EDITOR="vim" export HISTFILE=".zsh/.history.zsh" export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/libs eval $(dircolors ~/.dir_colors) |