Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 425 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 425 Bytes

safe_complete

Autocompletion for github.com/starkandwayne/safe

How to Use

Copy safe_completion.bash from this repo into somewhere in your filesystem. Put the following into your .bashrc

. /path/to/safe_completion.bash

where /path/to/ is the directory in which you have stored safe_completion.bash

Then, restart your bash shell or run . ~/.bashrc, and your safe bash completion should be ready to go.