This commit is contained in:
Ilan Cosman 2022-01-04 15:17:49 -08:00
parent 8fa9165762
commit fc17a69914

View File

@ -55,7 +55,7 @@ else
test "$tide_prompt_add_newline_before" = true && set -l _tide_add_newline '\0'
math 5 -$tide_prompt_min_cols | read -l column_offset
test $column_offset -lt 0 && set column_offset "+$column_offset"
test $column_offset -ge 0 && set column_offset "+$column_offset"
eval "
function fish_prompt