mirror of
https://github.com/nmasur/dotfiles
synced 2025-03-15 04:37:04 +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";
|
||||
body = ''set -gx (cat $argv | tr "=" " " | string split ' ')'';
|
||||
};
|
||||
fish_user_key_bindings = {
|
||||
body = cfg.fish_user_key_bindings;
|
||||
};
|
||||
ip = {
|
||||
body = lib.getExe pkgs.nmasur.ip-check;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user