all repos — nixfiles @ a1e7e0bc3e2cf040d24580ecfe3f73899b358aa1

System and user configuration, managed by nix and home-manager

fish: port functions and more aliases

Alan Pearce
commit

a1e7e0bc3e2cf040d24580ecfe3f73899b358aa1

parent

a0c89188898a79599f83a83297946631fb78bf9b

1 file changed, 7 insertions(+), 0 deletions(-)

changed files
M user/settings/fish.nixuser/settings/fish.nix
@@ -27,5 +27,12 @@ ];
interactiveShellInit = '' bind \es __ghq_repository_search ''; + functions = { + ds = "du -hd1 $argv[1] | sort -h"; + }; + }; + xdg.configFile."fish/functions" = { + recursive = true; + source = ./fish/functions; }; }