From 1c2aeff7f458cd8bc63bdcc6930b88d886748907 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 17 Mar 2024 22:04:51 +0530 Subject: updates --- config/bash.nix | 6 +++--- 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"' ''; }; } diff --git a/flake.lock b/flake.lock index 123f38c..cad9c65 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { -- cgit v1.2.3