mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 01:07:23 +08:00
separate mod for just
This commit is contained in:
parent
d2d2c93725
commit
619cb50995
3 changed files with 12 additions and 1 deletions
|
|
@ -13,6 +13,7 @@
|
|||
./direnv.nix
|
||||
./zellij.nix
|
||||
./nushell.nix
|
||||
./just.nix
|
||||
# ./powershell.nix
|
||||
];
|
||||
};
|
||||
|
|
|
|||
11
home/just.nix
Normal file
11
home/just.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
programs.bash = {
|
||||
# https://just.systems/man/en/chapter_63.html
|
||||
# FIXME: doesn't work (macos)
|
||||
initExtra = ''
|
||||
# complete -F _just -o bashdefault -o default j
|
||||
'';
|
||||
};
|
||||
|
||||
home.shellAliases.j = "just";
|
||||
}
|
||||
|
|
@ -29,7 +29,6 @@
|
|||
l = lib.getExe pkgs.exa;
|
||||
t = tree;
|
||||
tree = "${lib.getExe pkgs.exa} -T";
|
||||
j = "just";
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue