class Guard::Jobs::TerminalSettings

def save

def save
  return unless configurable?
  @settings = Shellany::Sheller.stdout("stty -g 2>#{IO::NULL}").chomp
end