mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 22:57:46 +00:00
remove engine-q references (#282)
This commit is contained in:
parent
ff5cf0e96d
commit
f3063af401
1 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,3 @@
|
|||
# NOTE: This is meant to run with engine-q and not nushell yet
|
||||
# It's still being tested. There will be bugs. :)
|
||||
|
||||
# REQUIREMENTS #
|
||||
# you definitely need nerd fonts https://www.nerdfonts.com
|
||||
# nerd fonts repo https://github.com/ryanoasis/nerd-fonts
|
||||
|
@ -197,7 +194,7 @@ def get_os_icon [os] {
|
|||
# │ ahead │ 0 │
|
||||
# │ behind │ 0 │
|
||||
# │ stashes │ 0 │
|
||||
# │ repo_name │ engine-q │
|
||||
# │ repo_name │ nushell │
|
||||
# │ tag │ no_tag │
|
||||
# │ branch │ main │
|
||||
# │ remote │ upstream/main │
|
||||
|
@ -543,7 +540,7 @@ export def git_prompt [] {
|
|||
}
|
||||
#
|
||||
# in the config.nu you would do something like
|
||||
# use "c:\some\path\to\nu_scripts\engine-q\prompt\oh-my.nu" git_prompt
|
||||
# use "c:\some\path\to\nu_scripts\prompt\oh-my.nu" git_prompt
|
||||
# let-env PROMPT_COMMAND = { (git_prompt).left_prompt }
|
||||
# let-env PROMPT_COMMAND_RIGHT = { (git_prompt).right_prompt }
|
||||
# let-env PROMPT_INDICATOR = " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue