microbin alias

This commit is contained in:
Peder Bergebakken Sundt 2023-06-27 21:04:05 +02:00
parent f96700c370
commit c49ea80dcd
1 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,9 @@
# TODO: add --nom once released - https://github.com/Mic92/nixpkgs-review/pull/303 # 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''; 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"; atom = "atom --no-sandbox";
}; };