1
0
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:
Kierán Meinhardt
2018-10-10 13:03:02 +02:00
parent 7c266ebea0
commit 5b53dd89ce
2 changed files with 4 additions and 1 deletions

View File

@@ -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
];
}

View File

@@ -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";