trying to fix something on media

This commit is contained in:
Matt Nish-Lapidus 2025-07-09 00:20:25 -04:00
parent e58c733728
commit 96437a246b
2 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,7 @@
$env.config.completions.external.completer = $fish_completer
$env.LS_COLORS = (vivid generate one-dark)
$env.NH_FLAKE = $env.HOME + "nixos-config/"
# $env.TRANSIENT_PROMPT_COMMAND = ^starship module character
# $env.TRANSIENT_PROMPT_INDICATOR = ""
# $env.TRANSIENT_PROMPT_INDICATOR_VI_INSERT = ""

View file

@ -17,12 +17,12 @@
loginFile.text = ''
${pkgs.figlet}/bin/figlet -f ($env.HOME)/.local/share/flf/wavy.flf (hostname)
'';
# environmentVariables = {
# ENV_CONVERSIONS.PATH = {
# from_string = lib.hm.nushell.mkNushellInline "{|s| $s | split row (char esep) }";
# to_string = lib.hm.nushell.mkNushellInline "{|v| $v | str join (char esep) }";
# };
# };
environmentVariables = {
ENV_CONVERSIONS.PATH = {
from_string = lib.hm.nushell.mkNushellInline "{|s| $s | split row (char esep) }";
to_string = lib.hm.nushell.mkNushellInline "{|v| $v | str join (char esep) }";
};
};
settings = {
show_banner = false;
ls = { clickable_links = true; };