Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tmux test always fails on centos7 #2

Closed
ratmav opened this issue Sep 21, 2016 · 1 comment
Closed

tmux test always fails on centos7 #2

ratmav opened this issue Sep 21, 2016 · 1 comment
Assignees

Comments

@ratmav
Copy link
Owner

ratmav commented Sep 21, 2016

# Start tmux if present and not already running.
if command -v tmux>/dev/null; then
  [[ ! $TERM =~ screen ]] && [ -z $TMUX ] && exec tmux
fi

The test used to determine if tmux is installed in the Bash profile always fails on CentOS 7, and probably other Linux distributions. This should be an easy fix, but logging here to remember to fix it later. Not a blocking issue at the moment.

@ratmav ratmav self-assigned this Sep 21, 2016
@ratmav ratmav closed this as completed May 10, 2017
@ratmav
Copy link
Owner Author

ratmav commented May 10, 2017

Leaving tmux behind, and moving from vim to Spacemacs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant