Merge prompt_items and functions directories

This commit is contained in:
Ilan Cosman 2021-05-22 20:51:21 -07:00
parent 9f6a4e108b
commit 64dd0c37d4
8 changed files with 2 additions and 3 deletions

View File

@ -10,8 +10,8 @@ for func in _fake(functions --all | string match --entire _tide_item)
end
end
for file in (status dirname)/tide/configure/{choices, functions, prompt_items}/**.fish
source "$file"
for file in (status dirname)/tide/configure/{choices, functions}/**.fish
source $file
end
function _tide_sub_configure

View File

@ -25,7 +25,6 @@ function _fake_tide_prompt
printf '%s' $right_prompt[1] \n $left_prompt[-1]' '
else
printf '%s' $left_prompt[-1]' '
printf '%s' 'h'
printf '%s' $right_prompt[1]
end