diff options
Diffstat (limited to 'dot_zshenv')
-rw-r--r-- | dot_zshenv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_zshenv b/dot_zshenv index 2983e2a..dddd8fc 100644 --- a/dot_zshenv +++ b/dot_zshenv @@ -1,3 +1,5 @@ +#!/usr/bin/env zsh + # First and foremost, set up history setopt inc_append_history # append to history as commands are run rather than at the end setopt extended_history # record timestamp of command in HISTFILE |