Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 848 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 848 Bytes

Bash ZSH Plugin

This is a ZSH plugin to make the shell more Bash compatible. It redefines the source command to act more like Bash does. It also enables Bash completions.

You may find this plugin useful when you need to source Bash functions in your current shell. The author of this plugin particularly uses it for AOSP builds in ZSH.

Plugin Installation

If you use Antigen, add the following line to your plugins list:

antigen bundle chrissicool/zsh-bash

If you use Oh-My-Zsh, add zsh-bash to your plugins list and clone this repository to your $ZSH_CUSTOM/plugins directory:

$ ( cd $ZSH_CUSTOM/plugins && git clone https://github.com/chrissicool/zsh-bash )