fix: Choose SC variant of cjk fonts

This commit is contained in:
ulic-youthlic 2026-02-09 22:00:16 +08:00
parent 4bd393b78e
commit 2c8c106aa0
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
8 changed files with 21 additions and 10 deletions

View file

@ -39,6 +39,18 @@ in {
fish_greeting = {
body = '''';
};
nani = {
body =
# fish
''
for command in $argv
echo "$command:"
for path in $(which --all "$command" 2>/dev/null)
realpath $path
end
end
'';
};
};
shellInitLast =
# fish