File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 66# nerd fonts repo https://github.com/ryanoasis/nerd-fonts
77# i use "FiraCode Nerd Font Mono" on mac
88#
9- # you also must have the engine-q gstat plugin installed and registered
9+ # you also must have the gstat plugin installed and registered
1010
1111# ATTRIBUTION #
1212# A little fancier prompt with git information
Original file line number Diff line number Diff line change 33# nerd fonts repo https://github.com/ryanoasis/nerd-fonts
44# i use "FiraCode Nerd Font Mono" on mac
55#
6- # you also must have the engine-q gstat plugin installed and registered
6+ # you also must have the gstat plugin installed and registered
77
88# ATTRIBUTION #
99# A little fancier prompt with git information
@@ -290,7 +290,6 @@ def get_repo_status [gs os] {
290290}
291291
292292def git_left_prompt [gs os ] {
293- # replace this 30 with whatever the width of the terminal is
294293 let display_path = (path_abbrev_if_needed (home_abbrev $os.name ) (term size ).columns )
295294 let branch_name = (get_branch_name $gs )
296295 let R = (ansi reset )
You can’t perform that action at this time.
0 commit comments