Skip to content

Commit

Permalink
Remove some outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTheDr01ds committed Jan 2, 2025
1 parent d316685 commit e5c1b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/prompt/oh-my-minimal.nu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions modules/prompt/oh-my.nu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit e5c1b2f

Please sign in to comment.