Compare commits
3 Commits
2bac83ec14
...
03e3f877a6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03e3f877a6 | ||
|
|
28cd7a1ac3 | ||
|
|
03a53b006b |
@@ -27,15 +27,15 @@
|
||||
},
|
||||
"NxNORTH": {
|
||||
"base": {
|
||||
"foreground": "#ddccfe",
|
||||
"background": "#080019"
|
||||
"foreground": "#ccd6fe",
|
||||
"background": "#000519"
|
||||
},
|
||||
"to_alter": {
|
||||
"accent": "#7736fb",
|
||||
"secondary": "#ff5332",
|
||||
"tertiary": "#f33e8e",
|
||||
"special": "#b9fb35",
|
||||
"weird": "#fb3578"
|
||||
"accent": "#325dff",
|
||||
"secondary": "#ff3233",
|
||||
"tertiary": "#3cff32",
|
||||
"special": "#ffd331",
|
||||
"weird": "#ff31e5"
|
||||
}
|
||||
},
|
||||
"NxDCS": {
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
if not set -q IN_NIX_SHELL
|
||||
if set -q SESSION_FROM_DE
|
||||
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" ]
|
||||
builtin cd -- "$cwd"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user