diff options
Diffstat (limited to '')
| -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": { |
