Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 881 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 881 Bytes

prezto-crc

CodeReady Containers (CRC) module for the Prezto Zsh configuration framework.

Installation

  1. Set the module directory using :prezto:load:pmodule-dirs setting in ~/.zpreztorc:

    zstyle ':prezto:load' pmodule-dirs $HOME/.zprezto-contrib
    
  2. Clone this repository:

    git clone https://github.com/prezto-contributions/prezto-crc.git ~/.zprezto-contrib/crc
    
  3. Add the module to the Prezto modules to load in your ~/.zpreztorc:

    zstyle ':prezto:load' pmodule \
      crc
    

Aliases

  • crcc is an alias for crc console
  • crcC is an alias for crc console --credentials
  • crcd is an alias for crc delete
  • crci is an alias for crc status
  • crcs is an alias for crc start
  • crcS is an alias for crc stop