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 \"\"" alias nixup="nix-channel --update && nix-env -iA nixpkgs.$(hostname -s)"