From f3063af401f52f9b9351bb7f3effb62da8a4b831 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Fri, 26 Aug 2022 06:59:17 -0500 Subject: [PATCH] remove engine-q references (#282) --- prompt/oh-my.nu | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/prompt/oh-my.nu b/prompt/oh-my.nu index 0c53ac4..6bd67d1 100644 --- a/prompt/oh-my.nu +++ b/prompt/oh-my.nu @@ -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 = " "