1.0.0 • Published 2 years ago

@dxos/oh-my-dxos v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

DXOS Plugin for Oh My Zsh

Custom plugin for Oh My Zsh implementing DXOS toolchain utils.

https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-plugins

Installation

./scripts/install.sh

Add the following to your .zshrc.

plugins=(
  dxos
  ...
)

Usage

  • Search for a rush pacakges.
rf <MATCH>
  • Search for a rush pacakge and change into the first matching directory.
rcd <MATCH>
  • Run command in the matching directories.
rx <MATCH> <COMMAND>