mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
+ shellcheck + nix-prefetch-git + o/n-aliases
This commit is contained in:
@@ -94,6 +94,7 @@ with pkgs;
|
||||
maxima
|
||||
mypy
|
||||
nasm
|
||||
nix-prefetch-git
|
||||
nodejs
|
||||
ocaml
|
||||
par
|
||||
@@ -104,10 +105,10 @@ with pkgs;
|
||||
rustup
|
||||
scala
|
||||
seafile-client
|
||||
shellcheck
|
||||
spotify
|
||||
swiProlog
|
||||
tinycc
|
||||
zeroad
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
@@ -4,6 +4,8 @@ in {
|
||||
environment.shellAliases =
|
||||
let rlwrap = cmd: "${pkgs.rlwrap}/bin/rlwrap ${cmd}";
|
||||
in {
|
||||
o = "xdg-open";
|
||||
n = "nix-shell";
|
||||
":r" = ''echo "You stupid!"'';
|
||||
clipboard = "${pkgs.xclip}/bin/xclip -se c";
|
||||
external-ip = "${pkgs.dnsutils}/bin/dig +short myip.opendns.com @resolver1.opendns.com";
|
||||
|
||||
Reference in New Issue
Block a user