Skip to content

Commit

Permalink
fix: inshellisens initial
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsd committed Aug 31, 2024
1 parent a4ad396 commit 96dab47
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions system/.inshellisense
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# initial inshellisense for zsh
is init zsh
is
# inshellisens shell plugin for zsh
if [[ -z "${ISTERM}" && $- = *i* && $- != *c* ]]; then
if [[ -o login ]]; then
is -s zsh --login
exit
else
is -s zsh
exit
fi
fi

0 comments on commit 96dab47

Please sign in to comment.