mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2024-11-17 00:08:47 +00:00
Merge pull request #103 from mattkatz/fix-tmux-systemd-path
switch from which to command -v for tmux invoke
This commit is contained in:
commit
fc2f31d795
@ -11,7 +11,7 @@ template() {
|
||||
local options="$@"
|
||||
local content=""
|
||||
local resurrect_save_script_path="$(get_tmux_option "$resurrect_save_path_option" "$(realpath ${CURRENT_DIR}/../../../tmux-resurrect/scripts/save.sh)")"
|
||||
local tmux_path="$(which tmux)"
|
||||
local tmux_path="$(command -v tmux)"
|
||||
|
||||
read -r -d '' content <<-EOF
|
||||
[Unit]
|
||||
|
Loading…
Reference in New Issue
Block a user