dotfiles/tmux_left.sh

6 lines
137 B
Bash
Raw Normal View History

2024-02-05 15:06:15 +01:00
#!/usr/bin/env bash
# Trigger Applescript when on macOS
if [[ "$OSTYPE" == "darwin"* ]]; then
~/git/dotfiles/spotify.applescript
fi