From 842bf84c25017291cdf21cfb011013d1d3a14827 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sat, 23 Mar 2024 21:47:32 -0400 Subject: [PATCH] Adds tns shell function --- zsh/config/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/config/.zshrc b/zsh/config/.zshrc index 35f5c77..06571a4 100755 --- a/zsh/config/.zshrc +++ b/zsh/config/.zshrc @@ -168,6 +168,8 @@ alias wget="wget --hsts-file=$XDG_DATA_HOME/wget-hsts" #------------------------------ local configs ------------------------------ # TODO: The .zshrc-local is a legacy location and should be removed once my machines are # use the new location in XDG_DATA_HOME. +# HACK: These need to stay here, otherwise environment overrides do not work properly +# I tried sourcing them in the the `.zshenv` files, but didn't work. _source_if "$ZDOTDIR/.zshrc-local" _source_if "$XDG_DATA_HOME/zsh/env.zsh"