diff --git a/home/zsh.nix b/home/zsh.nix index 8bb3984..74c88ed 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -42,8 +42,8 @@ src = pkgs.fetchFromGitHub { owner = "sindresorhus"; repo = "pure"; - rev = "a02209d36c8509c0e62f44324127632999c9c0cf"; - hash = "sha256-BmQO4xqd/3QnpLUitD2obVxL0UulpboT8jGNEh4ri8k="; + rev = "92b8e9057988566b37ff695e70e2e9bbeb7196c8"; + hash = "sha256-TbOrnhLHgOvcfsgmL0l3bWY33yLIhG1KSi4ITIPq1+A="; }; file = "pure.plugin.zsh"; } @@ -95,12 +95,12 @@ zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' if [[ -n "$PS1" ]] && [[ -z "$TMUX" ]] && [[ -n "$SSH_CONNECTION" ]]; then - TMUX_EXE="${pkgs.tmux}/bin/tmux" + TMUX_EXE="${pkgs.tmux}/bin/tmux" systemd-run --scope --user $TMUX_EXE attach-session -t $USER || systemd-run --scope --user $TMUX_EXE new-session -s $USER fi if [[ -n "$BUBBLEWRAP_DIR" ]]; then - RPS1="{{$BUBBLEWRAP_DIR}}" + RPS1="{{$BUBBLEWRAP_DIR}}" fi ''; };