5 lines
116 B
Bash
Executable file
5 lines
116 B
Bash
Executable file
#!/bin/bash
|
|
|
|
startup_color=$(cat $HOME/.config/atomaka/color.yml)
|
|
|
|
tmux source-file $HOME/.tmux/$startup_color.conf
|