File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ function __source-fish_config
152152 set --local list_config_files
153153 while true
154154 set --local loop_exit_flag " loop"
155- read -l -P " Config [r/ recent | a/ all | d/ dir | o/ open | e/ exit]: " choice
155+ read -l -P " Config [r: recent | a: all | d: dir | o: open | e: exit]: " choice
156156 switch " $choice "
157157 case R r recent
158158 set list_config_files (command find " $_ _fish_config_dir" -type f -depth " -3" -name " *.fish" -mmin " -60" )
@@ -163,7 +163,7 @@ function __source-fish_config
163163 case O o open
164164 set --local filer_flag " false"
165165 if type -q code
166- read -l -P " Open direcotry in VsCode or Finder? [v/ vscode | f/ filer]: " input
166+ read -l -P " Open direcotry in VsCode or Finder? [v: vscode | f: filer]: " input
167167 switch " $input "
168168 case V v vscode
169169 command code $_ _fish_config_dir
@@ -183,7 +183,7 @@ function __source-fish_config
183183 end
184184 case D d dir
185185 while true
186- read -l -P " Directory [t/ top | c/ conf | f/ functons | p/ completions | b/ back | e/ exit ]: " select_dir
186+ read -l -P " Directory [t: top | c: conf | f: functons | p: completions | b: back | e: exit ]: " select_dir
187187 switch " $select_dir "
188188 case T t top
189189 set list_config_files (command find " $_ _fish_config_dir" -type f -depth " 1" -name " *.fish" )
@@ -214,7 +214,7 @@ function __source-fish_config
214214 end
215215
216216 while true
217- read -l -P " Source? [y/ yes | r/ result&source | p/ print | b/ back | e/ exit ]: " question
217+ read -l -P " Source? [y: yes | r: result&source | p: print | b: back | e: exit ]: " question
218218 switch " $question "
219219 case Y y yes
220220 __source-fish_times --quiet $list_config_files
You can’t perform that action at this time.
0 commit comments