From f890b93d8de2b596b97636554dafd46cc8795ce1 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Fri, 20 Sep 2024 23:04:19 -0500 Subject: [PATCH] simplify --- src/.zshenv | 2 +- src/.zshrc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/.zshenv b/src/.zshenv index b196625..8d6db4e 100644 --- a/src/.zshenv +++ b/src/.zshenv @@ -16,4 +16,4 @@ command -v direnv >/dev/null 2>&1 && [ "$(pwd)" != '/mnt/c/Windows/System32' ] && direnv reload -export SHELL_SESSIONS_DISABLE=1 +SHELL_SESSIONS_DISABLE=1 diff --git a/src/.zshrc b/src/.zshrc index 23d1ce1..2f32203 100644 --- a/src/.zshrc +++ b/src/.zshrc @@ -35,8 +35,8 @@ setopt BANG_HIST autoload -U select-word-style select-word-style bash -export PROMPT_EOL_MARK= -export ZLE_REMOVE_SUFFIX_CHARS='' +PROMPT_EOL_MARK='' +ZLE_REMOVE_SUFFIX_CHARS='' if [ -d "$HOME/.oh-my-zsh" ]; then #