Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PatentLobster committed Sep 25, 2023
1 parent fa53e14 commit 6a00c5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/vhs/tmux-vhs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terminalizer_config="${base_dir}/scripts/vhs/config.yml"



chez () {
function chez () {
if command -v chezmoi &> /dev/null; then
chezmoi $@
else
Expand Down Expand Up @@ -88,4 +88,3 @@ emulate_human_typing "echo 'Hello, world!'"
stop_recording

ls $base_dir
terminalizer record -c $terminalizer_config \"${base_dir}/demo\"

0 comments on commit 6a00c5e

Please sign in to comment.