comparison .chezmoiscripts/run_onchange_after_18-install-tmux.sh.tmpl @ 844:9e2c5662c2cb

feat: enable OSC 133 in tmux and zsh
author zegervdv <zegervdv@me.com>
date Wed, 14 Feb 2024 18:04:24 +0100
parents 72744c944497
children
comparison
equal deleted inserted replaced
843:8430f87e87c8 844:9e2c5662c2cb
1 {{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu")) -}} 1 {{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu")) -}}
2 #!/usr/bin/env bash 2 #!/usr/bin/env bash
3 3
4 {{ $version := "3.3a" -}} 4 {{ $version := "3.4" -}}
5 5
6 set -xe 6 set -xe
7 7
8 TMP_BUILD_DIR=/tmp/tmux-install-dir 8 TMP_BUILD_DIR=/tmp/tmux-install-dir
9 mkdir -p "$TMP_BUILD_DIR" 9 mkdir -p "$TMP_BUILD_DIR"