📋
pimp
  • Home
  • Installation
  • FAQ
  • Getting Started
    • Welcome
    • Expand commands
    • Run tasks
    • Render templates
    • Execute scripts
    • Next steps
  • User Guide
    • Pimpfile
    • Configuration File
    • Command Expander
    • Task Runner
    • Template Engine
      • Functions
    • Script Engine (PimpScript)
    • Go Library
  • Integrations
    • Bash, Zsh, Fish
Powered by GitBook
On this page
  1. User Guide

Configuration File

The default location for the configuration file is ~/.pimprc . You can configure this via the --config CLI flag or the PIMP_CONFIG environment variable.

The pimp configuration file is used to configure global configuration.

If the configuration file or a specific configuration key is missing, then the corresponding default value as shown below will be used:

# ~/.pimprc (with default values)

# pimpfiles ([]string) contains all the global Pimpfiles that should be resolved
# and will act as a fallback when a command is expanded.
pimpfiles:
  - ~/.Pimpfile.go
  - ~/.Pimpfile
PreviousPimpfileNextCommand Expander

Last updated 4 years ago