You've already forked inshellisense
mirror of
https://github.com/wavetermdev/inshellisense.git
synced 2026-04-22 15:25:33 -07:00
8f75afc2f1
* fix: add shell integration support without requiring user installation Signed-off-by: Chapman Pendery <cpendery@vt.edu> * fix: style lints Signed-off-by: Chapman Pendery <cpendery@vt.edu> * fix: failing tests Signed-off-by: Chapman Pendery <cpendery@vt.edu> --------- Signed-off-by: Chapman Pendery <cpendery@vt.edu>
5 lines
95 B
Bash
5 lines
95 B
Bash
if [[ -f $USER_ZDOTDIR/.zprofile ]]; then
|
|
ZDOTDIR=$USER_ZDOTDIR
|
|
. $USER_ZDOTDIR/.zprofile
|
|
fi
|