Method: Commanding::Commanding#shell_config_path

Defined in:
lib/commanding.rb

#shell_config_pathObject



23
24
25
26
27
28
# File 'lib/commanding.rb', line 23

def shell_config_path
  if !@shell_config_path
    @shell_config_path = File.expand_path("~/"+shell_config_name)
  end
 @shell_config_path
end