Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 390 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 390 Bytes

MOSHPIT

Enabling tab completion

Bash

To enable tab completion in Bash, run the following command or add it to your .bashrc/.bash_profile:

source tab-mosh

ZSH

To enable tab completion in ZSH, run the following commands or add them to your .zshrc:

autoload -Uz compinit && compinit && autoload bashcompinit && bashcompinit && source tab-mosh