Update Silicon & Alias
This commit is contained in:
parent
89c8f68ee3
commit
ca288c4e94
@ -5,6 +5,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
grep = "grep --color";
|
grep = "grep --color";
|
||||||
|
ssh = "TERM=xterm-256color ssh";
|
||||||
};
|
};
|
||||||
profileExtra = ''
|
profileExtra = ''
|
||||||
SHELL="$BASH"
|
SHELL="$BASH"
|
||||||
|
@ -73,12 +73,12 @@ in
|
|||||||
pname = "silicon.lua";
|
pname = "silicon.lua";
|
||||||
version = "2022-12-03";
|
version = "2022-12-03";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "0oAstro";
|
owner = "mhanberg";
|
||||||
repo = "silicon.lua";
|
repo = "silicon.lua";
|
||||||
rev = "8db5682c9c13d6de584551c4b2b9982709f05610";
|
rev = "5ca462bee0a39b058786bc7fbeb5d16ea49f3a23";
|
||||||
sha256 = "0148l59wrffmfw4xya0l1ys277hgrm41wspgp0ns2dddsr11mwav";
|
sha256 = "0vlp645d5mmii513v72jca931miyrhkvhwb9bfzhix1199zx7vi2";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/0oAstro/silicon.lua/";
|
meta.homepage = "https://github.com/mhanberg/silicon.lua/";
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user