From c2e57185a5b8deb79e02e6f25c4124c508781bf7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 2 Jan 2020 15:03:23 +0100 Subject: zsh: remove careful_rm --- user/settings/zsh.nix | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'user/settings/zsh.nix') diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 175fd956..20b0a08d 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -6,17 +6,12 @@ let 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; @@ -56,16 +51,6 @@ in 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"; - }; - } { name = "calc"; src = pkgs.fetchFromGitHub { -- cgit 1.4.1