Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8110237
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T01:40:39+00:00 2026-06-06T01:40:39+00:00

Instead of having to type tmux every time, how could I have tmux always

  • 0

Instead of having to type tmux every time, how could I have tmux always be used for new session windows?

So if I have no terminal windows open and then I open one, how can that first session be in tmux?

Seems like a .bashrc sort of thing perhaps?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T01:40:40+00:00Added an answer on June 6, 2026 at 1:40 am

    warning this can now ‘corrupt’ (make it unable to open a terminal window – which is not good!) your Ubuntu logins. Use with extreme caution and make sure you have a second admin account on the computer that you can log into in case you have the same problems I did. See my other answer for more details and a different approach.

    Given that warning, the simplest solution can be to append the tmux invocation to the end of your .bashrc, e.g.

    alias g="grep"
    alias ls="ls --color=auto"
    
    # ...other stuff...
    
    if [[ ! $TERM =~ screen ]]; then
        exec tmux
    fi
    

    Note that the exec means that the bash process which starts when you open the terminal is replaced by tmux, so Ctrl-B D (i.e. disconnect from tmux) actually closes the window, instead of returning to the original bash process, which is probably the behaviour you want?

    Also, the if statement is required (it detects if the current bash window is in a tmux process already) otherwise each time you start tmux, the contained bash process will attempt to start its own tmux session, leading to an infinite number of nested tmuxen which can be, err, quite annoying (that said, it looks cool).


    However, there is a very small risk this can make bash behave in a way that other programs don’t expect, since running bash can possibly cause it to turn into a tmux process, so it might be better to modify how you start your terminal emulator.

    I use a small executable shell script ~/bin/terminal (with ~/bin in $PATH, so it is found automatically) that looks a bit like:

    #!/bin/sh
    exec gnome-terminal -e tmux
    

    (I don’t use gnome-terminal, so you might have to remove the exec, I’m not sure.)

    Now whenever you run the terminal scipt you have a terminal with tmux. You can add this to your menu/desktop/keyboard shortcuts to replace the default terminal.

    (This approach also allows you to more easily customise other things about the terminal emulator later, if you ever desire.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We've been having a new type of spam-bot this week at PortableApps.com which posts
We have a specific format for our config files, where instead of having multiple
(made a new question, as instead of having 2 questions in my other question)
Instead of having to do the following on every query, is there a way
Instead of having nested callbacks in JS, I would like to fire and listen
Instead of having an add() method in the repository, I would like to overload
Constant height so just left/right images should be necessary instead of having 4+, right?
Is there a way to view the latest debug message instead of having to
Is it possible to make custom 404 pages for specific subdirectories instead of having
In compiler design, why instead of having a caller or callee register saving arrangement,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.