diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-17 22:04:51 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-17 22:04:51 +0530 | 
| commit | 1c2aeff7f458cd8bc63bdcc6930b88d886748907 (patch) | |
| tree | 1d9bc631b14c79bbfb416fc4a9ae8408fc04d63e | |
| parent | ee9a18519222bde2a7aafe1a4b2f0d2cb0313e4d (diff) | |
updates
| -rw-r--r-- | config/bash.nix | 6 | ||||
| -rw-r--r-- | flake.lock | 6 | 
2 files changed, 6 insertions, 6 deletions
| diff --git a/config/bash.nix b/config/bash.nix index f650a21..ef93960 100644 --- a/config/bash.nix +++ b/config/bash.nix @@ -10,7 +10,7 @@        fi        sessionizer() { -        DIR=$(fd . /data --type d -L -H | fzf) +        DIR=$(fd . /home/compromyse --type d -L -d 3 | fzf)          SESSION_NAME="$DIR_$(date +%M%S)"          if [ -n "$DIR" ] @@ -35,8 +35,8 @@          sessionizer        fi -      bind '"\C-f": "sessionizer\n"' -      bind '"\C-a": "sessionizer -cd\n"' +      bind '"\C-g": "sessionizer\n"' +      bind '"\C-f": "sessionizer -cd\n"'      '';    };  } @@ -22,11 +22,11 @@      },      "nixpkgs": {        "locked": { -        "lastModified": 1710451336, -        "narHash": "sha256-pP86Pcfu3BrAvRO7R64x7hs+GaQrjFes+mEPowCfkxY=", +        "lastModified": 1710631334, +        "narHash": "sha256-rL5LSYd85kplL5othxK5lmAtjyMOBg390sGBTb3LRMM=",          "owner": "nixos",          "repo": "nixpkgs", -        "rev": "d691274a972b3165335d261cc4671335f5c67de9", +        "rev": "c75037bbf9093a2acb617804ee46320d6d1fea5a",          "type": "github"        },        "original": { | 
