Update Silicon & Alias

This commit is contained in:
Evan Reichard 2023-04-25 09:36:54 -04:00
parent 89c8f68ee3
commit ca288c4e94
2 changed files with 5 additions and 4 deletions

View File

@ -5,6 +5,7 @@
enable = true;
shellAliases = {
grep = "grep --color";
ssh = "TERM=xterm-256color ssh";
};
profileExtra = ''
SHELL="$BASH"

View File

@ -73,12 +73,12 @@ in
pname = "silicon.lua";
version = "2022-12-03";
src = pkgs.fetchFromGitHub {
owner = "0oAstro";
owner = "mhanberg";
repo = "silicon.lua";
rev = "8db5682c9c13d6de584551c4b2b9982709f05610";
sha256 = "0148l59wrffmfw4xya0l1ys277hgrm41wspgp0ns2dddsr11mwav";
rev = "5ca462bee0a39b058786bc7fbeb5d16ea49f3a23";
sha256 = "0vlp645d5mmii513v72jca931miyrhkvhwb9bfzhix1199zx7vi2";
};
meta.homepage = "https://github.com/0oAstro/silicon.lua/";
meta.homepage = "https://github.com/mhanberg/silicon.lua/";
}
)