Explorar o código

Don't load bashrc in tty-less mode (e.g. ssh with command)

Sam Jaffe %!s(int64=6) %!d(string=hai) anos
pai
achega
8fe906aa4e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      bashrc

+ 1 - 0
bashrc

@@ -1,3 +1,4 @@
+[ ! -t 0 ] && return
 stty -ixon
 
 . ${HOME}/.profile-util