Compare commits

...

3 Commits

Author SHA1 Message Date
Lennart J. Kurzweg (Nx2)
03e3f877a6 Merge branch 'master' of ssh://ssh.nx2.site:50022/nx2/dotfiles 2026-01-17 22:48:45 +01:00
Lennart J. Kurzweg (Nx2)
28cd7a1ac3 north colors 2026-01-17 22:47:57 +01:00
Lennart J. Kurzweg (Nx2)
03a53b006b yazi in ~ 2026-01-17 22:47:53 +01:00
2 changed files with 8 additions and 8 deletions

View File

@@ -27,15 +27,15 @@
}, },
"NxNORTH": { "NxNORTH": {
"base": { "base": {
"foreground": "#ddccfe", "foreground": "#ccd6fe",
"background": "#080019" "background": "#000519"
}, },
"to_alter": { "to_alter": {
"accent": "#7736fb", "accent": "#325dff",
"secondary": "#ff5332", "secondary": "#ff3233",
"tertiary": "#f33e8e", "tertiary": "#3cff32",
"special": "#b9fb35", "special": "#ffd331",
"weird": "#fb3578" "weird": "#ff31e5"
} }
}, },
"NxDCS": { "NxDCS": {

View File

@@ -98,7 +98,7 @@
if not set -q IN_NIX_SHELL if not set -q IN_NIX_SHELL
if set -q SESSION_FROM_DE if set -q SESSION_FROM_DE
set tmp (mktemp -t "yazi-cwd.XXXXX") set tmp (mktemp -t "yazi-cwd.XXXXX")
yazi --cwd-file="$tmp" yazi --cwd-file="$tmp" ~
if set cwd (cat -- "$tmp"); and [ -n "$cwd" ]; and [ "$cwd" != "$PWD" ] if set cwd (cat -- "$tmp"); and [ -n "$cwd" ]; and [ "$cwd" != "$PWD" ]
builtin cd -- "$cwd" builtin cd -- "$cwd"
end end