Clean out

This commit is contained in:
Bruno Sutic 2015-07-07 02:26:02 +02:00
parent fbd9ea1c88
commit a5c030d261
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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