trying to fix something on media
This commit is contained in:
parent
e58c733728
commit
96437a246b
2 changed files with 7 additions and 6 deletions
|
@ -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 = ""
|
||||
|
|
|
@ -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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue