1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 20:31:07 +01:00

Learn from jwiegley

This commit is contained in:
Kierán Meinhardt
2019-01-17 00:29:27 +01:00
parent 66f75cda9e
commit ce30587001
3 changed files with 37 additions and 32 deletions

View File

@@ -10,6 +10,7 @@
ip = "${pkgs.iproute}/bin/ip -c";
ocaml = rlwrap "${pkgs.ocaml}/bin/ocaml";
tmux = "${pkgs.tmux}/bin/tmux -2";
inix = "nix repl '<nixpkgs>'";
};
environment.interactiveShellInit = "export PATH=$PATH:$HOME/.local/bin:$HOME/.cargo/bin";