bash-it
bash-it copied to clipboard
A community Bash framework.
## Description When using the lib to display the command duration, the dynamic clock is off by 1. ## Motivation and Context This change is required to have a dynamic...
## Description Consolidates the `git rebase` aliases thus fixing the unintended overloading of `grm`. `gdel` is outphased as an unclear, non-intuitive sibling of `gbD` (git branch --delete --force). ## Motivation...
Adds a short Git alias for `git show --name-only`, which list the files affected by the changes only (instead of the full diff). ## Description The Git command `git show...
## Description With a bang (!) character we can make amending a commit intuitively dangerous. ## Motivation and Context The idea is taken from Oh-My-Zsh, https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git ## How Has This...
### Expected behavior Should NOT just revert back to a config created at initial install that may be ages out of date... ### Current behavior It apparently creates a backup...
# [Pull Request] New Bash Theme: Lambda ## Description I've created a new Bash theme named "Lambda". This theme provides a clean and visually appealing command line prompt. Below, I...
Add pre-jgitflow function ## Description Prepare a function to be executed before any jgitflow command ## Motivation and Context I have to check if I had access to my codeartifact...
## Description Followed instructions in #1696 to cleanup `elixr.theme.bash` ## Motivation and Context Addresses #1696 ## How Has This Been Tested? Ran `./lint_clean_files.sh` ## Types of changes - [x] Bug...
## Description Followed instructions in #1696 to cleanup `clean.theme.bash` ## Motivation and Context Addresses #1696 ## How Has This Been Tested? Ran `./lint_clean_files.sh` ## Types of changes - [x] Bug...
## Description I noticed that all files under `lib/*` were manually specified in `clean_files.txt`. I refactored that to the first section. When running the `lint_clean_files.sh` script, I receieve the following...