Skip to content

Instantly share code, notes, and snippets.

@martijngastkemper
Last active January 22, 2016 13:15
Show Gist options
  • Save martijngastkemper/5dc522cdceafaaacab7c to your computer and use it in GitHub Desktop.
Save martijngastkemper/5dc522cdceafaaacab7c to your computer and use it in GitHub Desktop.
Prevent "stdin: is not a tty" error
# .bashrc
# Prevent "stdin: is not a tty" error
# Put the following line at the top of .bashrc
[ -z "$PS1" ] && return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment