Add '.tmux.rc'
This commit is contained in:
9
.tmux.rc
Normal file
9
.tmux.rc
Normal file
@@ -0,0 +1,9 @@
|
||||
export COLOR_ACCENT="#0ca8fb"
|
||||
export COLOR_SECONDARY="#011f2a"
|
||||
export COLOR_TERTIARY="#0f63bd"
|
||||
|
||||
if command ; then
|
||||
tmux set-environment -g COLOR_ACCENT "#0ca8fb"
|
||||
tmux set-environment -g COLOR_SECONDARY "#011f2a"
|
||||
tmux set-environment -g COLOR_TERTIARY "#0f63bd"
|
||||
fi
|
||||
Reference in New Issue
Block a user