1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

ns = nix-shell

This commit is contained in:
Kierán Meinhardt
2019-01-02 00:11:05 +01:00
parent 4042d1ebeb
commit 32a57e5a7d

View File

@@ -4,7 +4,7 @@
let rlwrap = cmd: "${pkgs.rlwrap}/bin/rlwrap ${cmd}";
in {
o = "${pkgs.xdg_utils}/bin/xdg-open";
n = "nix-shell --command zsh";
ns = "nix-shell --command zsh";
":r" = ''echo "You stupid!"'';
clipboard = "${pkgs.xclip}/bin/xclip -se c";
ip = "${pkgs.iproute}/bin/ip -c";