mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
+ shellcheck + nix-prefetch-git + o/n-aliases
This commit is contained in:
@@ -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