aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/utils/shell.rb
blob: 2f387d967be1786a8a0010171708f4f9ef2f075e (plain)
1
2
3
4
5
6
7
module Utils
  module Shell
    def self.shell_profile
      odisabled "Utils::Shell.shell_profile", "Utils::Shell.profile"
    end
  end
end