Sha256: 3b42a9f42b9bae3464d0c8ecea3e5ac75a292197a45d94871da0418a77daeb9d

Contents?: true

Size: 1023 Bytes

Versions: 2

Compression:

Stored size: 1023 Bytes

Contents

{
  #--------------------------------------------------------
  # Proxy setting. you can overwrite this 
	# with HTTP_PROXY environment variable
  #--------------------------------------------------------
	# :http_proxy_  => 'http://192.168.1.1:3128',

  #--------------------------------------------------------
  # Disable colorized output
  #--------------------------------------------------------
	#:colorize     => false,

  #--------------------------------------------------------
	# Supported colors are...
  #  black red green yellow blue magenta cyan white
  #--------------------------------------------------------
	:color_match  => 'yellow',
	:color_desc   => 'cyan',
	:color_footer => 'green',

  #--------------------------------------------------------
  # Web Browser command used such as 'cmdline-fu browse o'.
  #--------------------------------------------------------
  # for linux
	:browse_cmd   => 'firefox',
	# :browse_cmd   => 'google-chrome',
	
	# Mac OSX's default
	# :browse_cmd   => 'open',
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cmdline-fu-0.1.4 example/dot.cmdline-fu.conf
cmdline-fu-0.1.3 example/dot.cmdline-fu.conf