mirror of
https://github.com/gosticks/brew.git
synced 2026-08-24 18:40:19 +00:00
8 lines
142 B
Ruby
8 lines
142 B
Ruby
module Utils
|
|
module Shell
|
|
def self.shell_profile
|
|
odisabled "Utils::Shell.shell_profile", "Utils::Shell.profile"
|
|
end
|
|
end
|
|
end
|