diff options
author | Alen <alen@dotfiles.xyz> | 2023-09-23 23:42:47 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2023-09-23 23:42:47 +0400 |
commit | 18b9327c9d3b3c9478e27e7dac98a7f88f421688 (patch) | |
tree | e0000819518b3e6f1ffe84500d8aa3e52ed406a4 /dot_zshenv | |
parent | e73d487c6e9b3dacbf18a979f593c1c20539e459 (diff) |
Add shebangs to .zshrc and .zshenv for editor convenience
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 |