Update kitty config
This commit is contained in:
parent
bcc3ba0aee
commit
e3a8bbe853
2 changed files with 41 additions and 6 deletions
|
|
@ -1,9 +1,15 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
config,
|
||||
options,
|
||||
...
|
||||
}:
|
||||
let
|
||||
base16 = pkgs.callPackage inputs.base16.lib { };
|
||||
scheme = (base16.mkSchemeAttrs config.stylix.base16Scheme);
|
||||
in
|
||||
{
|
||||
options.mods.fish = {
|
||||
enable = lib.mkOption {
|
||||
|
|
@ -67,6 +73,10 @@
|
|||
abbr --add cd 'z'
|
||||
abbr --add y 'yazi'
|
||||
|
||||
set fish_color_autosuggestion '${scheme.base07}'
|
||||
set fish_color_param '${scheme.base06}'
|
||||
set fish_color_operator '${scheme.base0E}'
|
||||
|
||||
set fish_greeting
|
||||
# pwd based on the value of _ZO_RESOLVE_SYMLINKS.
|
||||
function __zoxide_pwd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue