bash-it icon indicating copy to clipboard operation
bash-it copied to clipboard

A community Bash framework.

Results 158 bash-it issues
Sort by recently updated
recently updated
newest added

## Description Followed instructions in #1696 to cleanup `aliases.completion.bash` ## Motivation and Context Addresses #1696 ## How Has This Been Tested? Ran `./lint_clean_files.sh` ## Types of changes - [ ]...

Adds a new alias for pulling changes with Git. ## Description From the `git-pull` man page: > -p, --prune > Before fetching, remove any remote-tracking references that no longer exist...

Adds Git aliases for merging are rebasing, which are needed when conflicts occur. ## Description For a better user experience, the same pattern for constructing the aliases is applied for...

Adds two aliases for `git reset`, which are [inspired by OMZ](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git). ## Description - `grh` is a natural acronym for `git reset HEAD`. - `grh!` is the "dangerous" version of...

### Expected behavior The nvm plugin should only show the node version if the current folder has a `package.json` file. Otherwise, don't show the node version. ### Current behavior Always...

feature request

## Description * fixes for the latest versions of gifski and gifsicle commandline options. * More warning messages from ffmpeg. * print help when run with --help * improved BASH...

When using the theme *liquidprompt* v2.0 or later with bash-it, bash issues an error message when the prompt is displayed with the current working directory in a git repository that...

### Expected behavior Have an indication of number of active GNU Screen or TMUX sessions at the PS1 when outside of GNU Screen or TMUX, and an indication of the...

feature request

Hi, sorry if this an FAQ, but I was just installing bash_it on a new computer, and I noticed as it overwrite my `.bash_profile` that it added: > #!/usr/bin/env bash...

### Expected behavior The themes should be displayed! ### Current behavior This is the output following the "bash-it preview" command: Previewing Bash-it Themes [kgw@garuda2 ~]$ _bash-it-flash-term "${#BASH_IT_THEME}" "${BASH_IT_THEME}" [kgw@garuda2 ~]$...

bug:general