Compare commits

..

No commits in common. "24336ecdf6780591f99e2717a964ec9d4560af2a" and "15a32ff09ee1d8461001dc0370a721a40ec0926b" have entirely different histories.

2 changed files with 8 additions and 12 deletions

12
flake.lock generated
View file

@ -92,11 +92,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1749221014, "lastModified": 1749178927,
"narHash": "sha256-mqrpuP/lfyDmta5hJWTwWgdF5lwdiubcGs7oRvcTZ2s=", "narHash": "sha256-bXcEx1aZUNm5hMLVJeuofcOrZyOiapzvQ7K36HYK3YQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "96482a538e6103579d254b139759d0536177370b", "rev": "91287a0e9d42570754487b7e38c6697e15a9aab2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -127,11 +127,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1749194393, "lastModified": 1749012745,
"narHash": "sha256-vt6hM9DNywnXXuW1qPDLzECmbDcmxhh58wpb0EEQjAo=", "narHash": "sha256-Cax/k9ZRPKqTz18vZtmqGR45pHRXM+sDvEVd4V/3NrU=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "19346808c445f23b08652971be198b9df6c33edc", "rev": "fa6120c32f10bd2aac9e8c9a6e71528a9d9d823b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -6,8 +6,8 @@ let
iterm2_shell_integration = pkgs.fetchFromGitHub { iterm2_shell_integration = pkgs.fetchFromGitHub {
owner = "gnachman"; owner = "gnachman";
repo = "iTerm2-shell-integration"; repo = "iTerm2-shell-integration";
rev = "f8ef4c73f85ce68b081929f55ca9aeec983713d0"; rev = "7f871233e6b83f91c1dd1ea0f18432bc1edd680c";
hash = "sha256-9tZlqvKQzg8+7R7v/pMvD84koceOtAIF2xG3sQzDc8c="; hash = "sha256-yIMm3iYyolQfjMzJ36AIwl/X/xKzRc5sFDO2RxHSrbM=";
}; };
in in
{ {
@ -73,10 +73,6 @@ in
# History search, but from beginning # History search, but from beginning
bindkey "^[[A" history-beginning-search-backward bindkey "^[[A" history-beginning-search-backward
bindkey "^[[B" history-beginning-search-forward bindkey "^[[B" history-beginning-search-forward
# Prefer /usr/bin/log over the zsh shell built-in.
# This is primarily for Darwin usage.
disable log
''; '';
}; };