mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
cli changes
- fix: make nushell central's default shell - fix: ls aliases - add batgrep aliases - add lazygit
This commit is contained in:
parent
6d6c3975f5
commit
462724af45
5 changed files with 72 additions and 33 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{ config, lib, pkgs, ... }: let
|
||||
inherit (lib) concatStringsSep const flatten getAttr mapAttrsToList mkForce unique;
|
||||
inherit (lib) concatStringsSep const flatten getAttr mapAttrsToList unique;
|
||||
in {
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
|
||||
|
|
@ -10,8 +10,8 @@ in {
|
|||
|> unique
|
||||
|> concatStringsSep ":";
|
||||
|
||||
environment.shellAliases = {
|
||||
ls = mkForce null;
|
||||
l = mkForce null;
|
||||
};
|
||||
# environment.shellAliases = {
|
||||
# ls = mkForce null;
|
||||
# l = mkForce null;
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue