Skip to content

Commit

Permalink
First Blood
Browse files Browse the repository at this point in the history
  • Loading branch information
HE7086 committed Jul 17, 2024
1 parent 3d0dd66 commit 78f9aa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions zsh/.config/zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ function precmd() {
print -Pn "\e]133;A\e\\"
}

#----------------------------------------------------------------------------------------------------
# direnv
#----------------------------------------------------------------------------------------------------
eval "$(direnv hook zsh)"

#----------------------------------------------------------------------------------------------------
# auto compile zshrc
auto_compile $ZDOTDIR/.zshrc
Expand Down
1 change: 0 additions & 1 deletion zsh/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export LESS='-R'

typeset -U PATH path
path=(
~/.local/share/JetBrains/Toolbox/scripts
~/.nix-profile/bin
~/.local/bin
$path
Expand Down

0 comments on commit 78f9aa1

Please sign in to comment.