* Script work is brought into better focus * New layout will be used to better package the python scripts * No hidden folders (they will be hidden at build time) * All building should be done under setup/ * Avoids ambiguous .bin/.cbin folders at root of project
7 lines
151 B
Bash
7 lines
151 B
Bash
set -g status off
|
|
set -g pane-active-border-style fg=white
|
|
|
|
# Window names
|
|
set -g set-titles on
|
|
set -g set-titles-string '#W'
|
|
setw -g automatic-rename
|