dotfiles/.config/tmux/tmux_left.sh

6 lines
150 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
2024-02-08 16:01:45 +01:00
~/git/dotfiles/.config/tmux/spotify.applescript
2024-02-05 15:06:15 +01:00
fi