diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2023-06-13 13:53:26 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2023-06-13 13:53:26 -0300 |
commit | b5b14189c15a92258eb53b2b166802225e9998cf (patch) | |
tree | 41cee04225dd585038cbc19493e7f3a12d7d55af | |
parent | 3559c3299771f5671cc149f20a4f1e7118dfbb97 (diff) | |
download | dots-b5b14189c15a92258eb53b2b166802225e9998cf.tar.gz |
Revert "feat: added autostarting mtm via bashrc"
This reverts commit c0f2fe638252967554a27616a3060ea9be9b7458.
-rw-r--r-- | dot_config/bash/rc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dot_config/bash/rc b/dot_config/bash/rc index a94b347..40a6b72 100644 --- a/dot_config/bash/rc +++ b/dot_config/bash/rc @@ -10,5 +10,3 @@ export EDITOR="nvim" VISUAL="nvim" source "$HOME/.config/bash/aliases" source "$HOME/.config/bash/prompt" - -[[ ! -z $(pidof Xorg) ]] && [[ -z "$MTM" ]] && mtm |