dotfiles/tmux_left.sh
2024-02-05 15:06:15 +01:00

6 lines
137 B
Bash
Executable file

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