1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 18:47:44 +00:00

nushell: fix config mistake

This commit is contained in:
RGBCube 2025-07-19 19:48:36 +03:00
parent e5df996588
commit b5351ab1f9
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -74,7 +74,6 @@ $env.config.render_right_prompt_on_last_line = false
$env.config.float_precision = 2 $env.config.float_precision = 2
$env.LS_COLORS = (open ~/.config/nushell/ls_colors.txt)
$env.config.ls.use_ls_colors = true $env.config.ls.use_ls_colors = true
$env.config.hooks.pre_prompt = [] $env.config.hooks.pre_prompt = []