1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 07:07:46 +00:00

remove engine-q references (#282)

This commit is contained in:
Darren Schroeder 2022-08-26 06:59:17 -05:00 committed by GitHub
parent ff5cf0e96d
commit f3063af401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = " "