1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 20:17:45 +00:00

Put interactive stuff inside config.nu

This commit is contained in:
RGBCube 2024-01-16 15:41:18 +03:00
parent c7e562ca04
commit cf1e0bd194
No known key found for this signature in database
2 changed files with 11 additions and 10 deletions

View file

@ -1,4 +1,14 @@
{ lib, ulib, ... }: ''
${lib.optionalString ulib.isServer ''
echo
fastfetch
''}
$env.PROMPT_INDICATOR = "";
$env.PROMPT_INDICATOR_VI_INSERT = "";
$env.PROMPT_INDICATOR_VI_NORMAL = "";
$env.PROMPT_MULTILINE_INDICATOR = "";
$env.config = {
bracketed_paste: true
buffer_editor: ""

View file

@ -1,13 +1,4 @@
{ lib, ulib, upkgs, ... }: ''
${lib.optionalString ulib.isServer ''
echo
fastfetch
''}
$env.PROMPT_INDICATOR = "";
$env.PROMPT_INDICATOR_VI_INSERT = "";
$env.PROMPT_INDICATOR_VI_NORMAL = "";
$env.PROMPT_MULTILINE_INDICATOR = "";
{ upkgs, ... }: ''
$env.ENV_CONVERSIONS.PATH = {
from_string: {|string|