bash-it
bash-it copied to clipboard
A community Bash framework.
resolves #2314 ## How Has This Been Tested? Tested in docker container ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New...
## Description As per #1696, this cleans up various files by fixing ShellCheck errors. This cleans 10 themes (and removes two entries from `clean_files.txt` that no longer exist. In the...
I prefer using `me` as the default remote name. However, this does not play well by default: ```console $ bash-it version error: No such remote 'origin' $ git remote -v...
### Expected behavior todo.txt-cli aliases are installed correctly ### Current behavior todo.txt-cli aliases fail to install  This behavior is caused by this line : https://github.com/Bash-it/bash-it/blob/7488d6082f8a0a591000113b6a5138fd5d44fae4/install.sh#L40 ### Possible solution rename...
 code by @gaelicWizard , manually rebased on latest master by @seefood ## Description This is my work-in-progress branch with all the plugins cleanup. ## Motivation...
### Expected behavior The right part of the prompt ends at the right of the first prompt line ### Current behavior The right part of the prompt ends at the...
### Expected behavior It should tell if the site is down for everyone or just for me. ### Current behavior ``` ┌─[✗]──[sergio@munster]─[~]─[○] [lun mar 31 - 00:51] └──● curl -L...
### Expected behavior Given `x` is an alias `$ x[TAB][TAB]` shows available completions (say `alpha` and `beta`). `$ x al[TAB]` completes to `$ x alpha` ### Current behavior For some...