tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
feat(shell): add pasters alias for quick pastes
wiro.world
11 months ago
56a7fd59
7de676f2
+1
-1
1 changed file
expand all
collapse all
unified
split
home-manager
fragments
shell.nix
+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
77
-
tb = "nc termbin.com 9999";
77
77
+
pasters = "${lib.getExe pkgs.curl} --data-binary @- https://paste.rs/";
78
78
};
79
79
80
80
shellAbbrs = {