diff --git a/modules/prompt/oh-my-minimal.nu b/modules/prompt/oh-my-minimal.nu index f84fb3d..af84069 100644 --- a/modules/prompt/oh-my-minimal.nu +++ b/modules/prompt/oh-my-minimal.nu @@ -6,7 +6,7 @@ # nerd fonts repo https://github.com/ryanoasis/nerd-fonts # i use "FiraCode Nerd Font Mono" on mac # -# you also must have the engine-q gstat plugin installed and registered +# you also must have the gstat plugin installed and registered # ATTRIBUTION # # A little fancier prompt with git information diff --git a/modules/prompt/oh-my.nu b/modules/prompt/oh-my.nu index d9b11c6..bf4126d 100644 --- a/modules/prompt/oh-my.nu +++ b/modules/prompt/oh-my.nu @@ -3,7 +3,7 @@ # nerd fonts repo https://github.com/ryanoasis/nerd-fonts # i use "FiraCode Nerd Font Mono" on mac # -# you also must have the engine-q gstat plugin installed and registered +# you also must have the gstat plugin installed and registered # ATTRIBUTION # # A little fancier prompt with git information @@ -290,7 +290,6 @@ def get_repo_status [gs os] { } def git_left_prompt [gs os] { - # replace this 30 with whatever the width of the terminal is let display_path = (path_abbrev_if_needed (home_abbrev $os.name) (term size).columns) let branch_name = (get_branch_name $gs) let R = (ansi reset)