dotfiles/.config/tmux/tmux_left.sh
2024-02-08 16:01:45 +01:00

6 lines
150 B
Bash
Executable file

#!/usr/bin/env bash
# Trigger Applescript when on macOS
if [[ "$OSTYPE" == "darwin"* ]]; then
~/git/dotfiles/.config/tmux/spotify.applescript
fi