yep, more dotfiles

feat(shell): add pasters alias for quick pastes

+1 -1
+1 -1
home-manager/fragments/shell.nix
··· 74 74 # bad configuration. (e.g. NixOS `environment.shellAliases` default) 75 75 ls = "${lib.getExe pkgs.eza} --color=auto --icons=auto --hyperlink"; 76 76 77 - tb = "nc termbin.com 9999"; 77 + pasters = "${lib.getExe pkgs.curl} --data-binary @- https://paste.rs/"; 78 78 }; 79 79 80 80 shellAbbrs = {