bash-it
bash-it copied to clipboard
A community Bash framework.
## Description Addition of a new job in CI workflow that will Scan all shell scripts in the repo using ShellCheck and report only newly added defects. ## Motivation and...
## Description Support for the showing the conda environment for the bira theme. This will prioritise the virtualenv prompt. ## Motivation and Context I usually got confused whether conda is...
### Expected behavior source .bashrc doesn't work without errors. ### Current behavior Currently when I do source .bashrc it gives me the following error, `bash: /tmp/alias_completion-23769qilp1o: line 978: unexpected EOF...
## Description this new theme of humbledneuron give the bash/sh user a new unique look with providing the time stamps,if the directory we are on has .git file it will...
bash_profile.template.bash: fix theme location ## Description Fix theme location ## Motivation and Context `/.bash_it` is not a valid location. ## How Has This Been Tested? Just a comment ## Screenshots...
Kill ## Description ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which fixes...
## Description New function labeled `rex()` servers a single purpose. Replace the file extensions of multiple file at once. File extensions usually does not quite matter in bash, but there...
### Expected behavior `bash-it plugin enable man` should enable colouring for man pages. ### Current behavior `bash-it plugin enable man` causes `less` and every command that uses it e.g. `git...
### Expected behavior ssh root@ser should complete to ssh root@server ### Current behavior ssh root@ser completes to ssh rootserver ### Possible solution I wish I knew enough about bash completion...
## Description, Motivation and Context Fixes #2317 Implementation: - If `HEAD` is not detached, it infers the remote name by the current branch - If `HEAD` is detached, then it...