2020-04-11 21:29:50 +00:00
|
|
|
alias unsafessh="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
|
|
|
|
alias prettier="prettier --tab-width 4"
|
|
|
|
alias gencapkey="ssh-keygen -m PEM -t rsa -b 2048 -C \"caprover\" -f ./key -q -N \"\""
|
2021-10-14 09:04:14 +00:00
|
|
|
alias nixup="nix-channel --update && nix-env -iA nixpkgs.$(hostname -s)"
|