shell: add mkcd alias
wiro.world 1 month ago 28d4e096 74d7e98b
··· 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 = {