From 18b9327c9d3b3c9478e27e7dac98a7f88f421688 Mon Sep 17 00:00:00 2001 From: Alen Date: Sat, 23 Sep 2023 23:42:47 +0400 Subject: Add shebangs to .zshrc and .zshenv for editor convenience --- dot_config/zsh/dot_zshrc | 2 ++ dot_zshenv | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index 13b626a..0433fc7 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -1,3 +1,5 @@ +#!/usr/bin/env zsh + # Set up nice and lengthy history export HISTFILE="${ZDOTDIR:-$HOME}/.zsh_history" export HISTSIZE=1000000 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 -- cgit 1.4.1-2-gfad0