Compare commits
3 Commits
2bac83ec14
...
03e3f877a6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03e3f877a6 | ||
|
|
28cd7a1ac3 | ||
|
|
03a53b006b |
@@ -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": {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user