Skip to content

Commit e188955

Browse files
author
Rajesh Sharma
committedSep 5, 2021
fixup! Move tmux themes to own files
1 parent 9c47c18 commit e188955

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎tmux/theme

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env bash
2+
3+
if [[ -f /tmp/light-theme ]]; then
4+
echo "light theme enabled"
5+
tmux source-file ~/.tmux/light.conf
6+
else
7+
echo "dark theme enabled"
8+
tmux source-file ~/.tmux/dark.conf
9+
fi
10+

0 commit comments

Comments
 (0)
Please sign in to comment.