tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
shell: add mkcd alias
wiro.world
4 months ago
28d4e096
74d7e98b
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+2
1 changed file
expand all
collapse all
unified
split
home-manager
fragments
shell.nix
+2
home-manager/fragments/shell.nix
···
73
73
ls = "${lib.getExe pkgs.eza} --color=auto --icons=auto --hyperlink";
74
74
75
75
pasters = "${lib.getExe pkgs.curl} --data-binary @- https://paste.rs/";
76
76
+
77
77
+
mkcd = "mkdir $argv[1] && builtin cd $argv[1]";
76
78
};
77
79
78
80
shellAbbrs = {