Initial commit
This commit is contained in:
21
functions/tide/configure/choices/all/prompt_spacing.fish
Normal file
21
functions/tide/configure/choices/all/prompt_spacing.fish
Normal file
@@ -0,0 +1,21 @@
|
||||
function prompt_spacing
|
||||
_tide_title 'Prompt Spacing'
|
||||
|
||||
_tide_option 1 Compact
|
||||
_tide_display_prompt
|
||||
printf \e\[1A # Move cursor up 1 row
|
||||
_tide_display_prompt
|
||||
|
||||
_tide_option 2 Sparse
|
||||
_tide_display_prompt
|
||||
_tide_display_prompt
|
||||
|
||||
_tide_menu
|
||||
switch $_tide_selected_option
|
||||
case 1
|
||||
set -g fake_tide_prompt_add_newline_before false
|
||||
case 2
|
||||
set -g fake_tide_prompt_add_newline_before true
|
||||
end
|
||||
_next_choice all/icons
|
||||
end
|
Reference in New Issue
Block a user