mirror of
https://github.com/nmasur/dotfiles
synced 2025-03-15 03:27:06 +00:00
fix fish user keybindings
This commit is contained in:
parent
3e8b14d671
commit
2722a8bf61
@ -40,6 +40,9 @@ in
|
|||||||
description = "Evaluate a bash-like environment variables file";
|
description = "Evaluate a bash-like environment variables file";
|
||||||
body = ''set -gx (cat $argv | tr "=" " " | string split ' ')'';
|
body = ''set -gx (cat $argv | tr "=" " " | string split ' ')'';
|
||||||
};
|
};
|
||||||
|
fish_user_key_bindings = {
|
||||||
|
body = cfg.fish_user_key_bindings;
|
||||||
|
};
|
||||||
ip = {
|
ip = {
|
||||||
body = lib.getExe pkgs.nmasur.ip-check;
|
body = lib.getExe pkgs.nmasur.ip-check;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user