Clean out
This commit is contained in:
parent
fbd9ea1c88
commit
a5c030d261
2 changed files with 0 additions and 8 deletions
|
@ -29,10 +29,6 @@ ensure_tpm_path_exists() {
|
|||
mkdir -p "$SHARED_TPM_PATH"
|
||||
}
|
||||
|
||||
reload_tmux_environment() {
|
||||
tmux source-file ~/.tmux.conf >/dev/null 2>&1
|
||||
}
|
||||
|
||||
main() {
|
||||
reload_tmux_environment
|
||||
shared_set_tpm_path_constant
|
||||
|
|
|
@ -47,10 +47,6 @@ ensure_tpm_path_exists() {
|
|||
mkdir -p $SHARED_TPM_PATH
|
||||
}
|
||||
|
||||
reload_tmux_environment() {
|
||||
tmux source-file ~/.tmux.conf >/dev/null 2>&1
|
||||
}
|
||||
|
||||
main() {
|
||||
reload_tmux_environment
|
||||
shared_set_tpm_path_constant
|
||||
|
|
Loading…
Reference in a new issue