add nix settings and dir colors for MacOS
This commit is contained in:
@@ -2,4 +2,11 @@
|
||||
{
|
||||
# Manage /etc/shells and place add nix version of bash
|
||||
environment.shells = [ pkgs.bash ];
|
||||
|
||||
# Enable ls colors
|
||||
environment.variables = {
|
||||
CLICOLOR = "1";
|
||||
LSCOLORS = "ExFxBxDxCxegedabagacad";
|
||||
};
|
||||
environment.shellAliases.ls = "ls --color";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user