microbin alias
This commit is contained in:
parent
f96700c370
commit
c49ea80dcd
|
@ -121,6 +121,9 @@
|
|||
# TODO: add --nom once released - https://github.com/Mic92/nixpkgs-review/pull/303
|
||||
nixpkgs-review = ''mkdir -p /dev/shm/nixpkgs-review && ln -sfn /dev/shm/nixpkgs-review $HOME/.cache/nixpkgs-review && nixpkgs-review'';
|
||||
|
||||
killall = "killall -v";
|
||||
bin = "perl -pe 'chomp' | curl -is -X POST https://i.kuklef.se/upload -F content=@- -F expiration=10d | grep '^location:' | cut -d' ' -f2-";
|
||||
|
||||
atom = "atom --no-sandbox";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue