all repos — nixfiles @ c2e57185a5b8deb79e02e6f25c4124c508781bf7

System and user configuration, managed by nix and home-manager

zsh: remove careful_rm

Alan Pearce
commit

c2e57185a5b8deb79e02e6f25c4124c508781bf7

parent

65db313fe68326d95ad3a7f4bf1ada08b48de8a8

1 file changed, 0 insertions(+), 15 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -6,17 +6,12 @@ lsOptions = if stdenv.isDarwin then "-p" else "-v --group-directories-first";
lsIsoDate = if stdenv.isDarwin then "" else "--time-style=long-iso"; in { - home.file = { - ".rm_recycle_home".text = ""; # use trash automatically in home directory - }; home.packages = with pkgs; [ fzf ghq git git-lfs zsh-completions - - python3 # for careful_rm; TODO package careful_rm ]; xdg.configFile.zsh = { recursive = true;
@@ -54,16 +49,6 @@ repo = "cd-gitroot";
rev = "a1d59511eba2b99935635b2efef00f8d2363aecd"; # date = 2016-03-23T18:29:15+09:00; sha256 = "1l0fb24vcgd7vgya1r47h2bfczkxrb3mxn791l305f5d350wvqfz"; - }; - } - { - name = "careful_rm"; - src = pkgs.fetchFromGitHub { - owner = "MikeDacre"; - repo = "careful_rm"; - rev = "f62506b2b6a9ec312dfd7fc8148eb3920a1e790f"; - # date = 2019-04-14T10:35:56-07:00; - sha256 = "1pjlrdwv2509cgcdsfxff8cycfhj6z0y4jbjr98209bwi3ds7665"; }; } {