Skip to content

Instantly share code, notes, and snippets.

@hectorperez
Last active November 5, 2015 14:59
Show Gist options
  • Select an option

  • Save hectorperez/401d79571f65c064de9b to your computer and use it in GitHub Desktop.

Select an option

Save hectorperez/401d79571f65c064de9b to your computer and use it in GitHub Desktop.
Can't run rails/rspec/etc. inside Tmux session
# I had to add the following to ~/.tmux.conf:
set-option -g default-command "/bin/bash -i"
# http://superuser.com/questions/592610/cant-run-rails-inside-tmux-session-in-terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment