Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Sep 21, 2024
1 parent dd2f295 commit f890b93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions src/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit f890b93

Please sign in to comment.