Minor edits

This commit is contained in:
Ilan Cosman 2021-01-26 15:33:10 -08:00
parent 972346fd7e
commit 8c8e3cb28d

View File

@ -14,7 +14,7 @@ function _tide_init_install --on-event _tide_init_install
_tide_set _tide_color_light_blue 00AFFF _tide_set _tide_color_light_blue 00AFFF
# Each string replace is kind of dirname # Each string replace is kind of dirname
_tide_set _tide_root (status current-filename | string replace --regex '/[^/]+$' '' | string replace --regex '/[^/]+$' '') _tide_set _tide_root (status filename | string replace --regex '/[^/]+$' '' | string replace --regex '/[^/]+$' '')
_tide_set VIRTUAL_ENV_DISABLE_PROMPT true _tide_set VIRTUAL_ENV_DISABLE_PROMPT true