move tmux to $XDG_CONFIG_HOME
This commit is contained in:
parent
2fa2c85b48
commit
2a0f219d33
8 changed files with 140 additions and 140 deletions
6
.config/tmux/tmux_left.sh
Executable file
6
.config/tmux/tmux_left.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Trigger Applescript when on macOS
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
~/git/dotfiles/.config/tmux/spotify.applescript
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue