Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PatentLobster committed Sep 23, 2023
1 parent 7828a40 commit 1558419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/vhs/tmux-vhs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ x="${X:-180}"
y="${Y:-30}"
export IFS=$'\n'
session_name="my_session"
base_dir="$(dirname "$(chezmoi source-path))"
terminalizer_config="$(dirname "$(chezmoi source-path)")/scripts/vhs/config.yml"
base_dir="$(dirname "$(chezmoi source-path)")"
terminalizer_config="${base_dir}/scripts/vhs/config.yml"
terminalizer record -c $terminalizer_config "${base_dir}/demo"
function record() {
tmux send-keys -t "$session_name" "terminalizer record -c $terminalizer_config demo"
Expand Down

0 comments on commit 1558419

Please sign in to comment.