Add `termbin` alias, which I haven't been able to test.
This commit is contained in:
parent
069248e1b3
commit
5af560a8cc
|
@ -12,5 +12,8 @@
|
|||
# From Nix environment
|
||||
"7z" = "7zz";
|
||||
# "7zz" is from "nixpkgs#_7zz"
|
||||
"termbin" = "nc termbin.com 9999";
|
||||
# Alias that lets me upload text to https://termbin.com/
|
||||
# Mainly so I can lazily upload build logs.
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue