Fixed remaining absolute paths (i think)

This commit is contained in:
2026-01-13 12:16:40 +00:00
parent 4cd0355075
commit 7a41345510
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# tempus-night
use ./nu_scripts/themes/nu-themes/tokyo-night.nu
use nu_scripts/themes/nu-themes/tokyo-night.nu
export def main [] { { color_config: (tokyo-night) } }
# $env.config = ($env.config | merge {color_config: (tempus-night)})