David Farrell

Results 57 comments of David Farrell

Starship appears to be confirmed-working in `git bash` * [mentioned in bash init script generator](https://github.com/starship/starship/blob/671365b5057cabb4e30a661a54c0b84dccdda37a/src/init/mod.rs#L101) * [Path issue a user filed that was confirmed working](https://github.com/starship/starship/issues/2986) I think you can spend...

Hi @wallon-ines thanks for taking a minute to report your issue. Looking at: * The [dnf.aliases](https://github.com/Bash-it/bash-it/blob/e06066c36768ac08a31927646a150a6e66badbfc/aliases/available/dnf.aliases.bash) file * The [_help-plugins](https://github.com/Bash-it/bash-it/blob/c81c9dcc8c0487fa2a550b4ba2aa083982faa679/lib/helpers.bash#L978) function * The [dnf docs](https://dnf.readthedocs.io/en/latest/command_ref.html#group-command) for the group command *...

Hi @EmilySeville7cfg ! So this looks interesting but I'm not _quite_ sure its really useful? getopt isn't a command that people usually enter on the command line, is it? Isn't...

Greetings ! Your description appears to be copied from the yarn PR: > Add new several **yarn** aliases where each alias consists of first two letters of each word. I'm...

> I'd suggest even disabling some old aliases, like `gs` I've already used my `gs` alias over 100 times today, so I vote to keep it :) > I just...

Greetings ! Themes with configurable colors most often store those colors in the themes `theme.bash` file. For example, here's Powerline's: * https://github.com/Bash-it/bash-it/blob/master/themes/powerline/powerline.theme.bash You'll see the various color values mentioned throughout...

HI all ! I peeked at the undistract me code and man the `"notify user"` logic is a mess. Might I suggest we use a simpler approach, treating the notify...

Greetings All, I feel like there's some ambiguity in Bash-Its TODO support. ## bash_profile.template.bash ``` # Set this to the command you use for todo.txt-cli export TODO="t" ``` This is...

Hi Team, After grinding on this for a bit, here are my thoughts: * Create a `bin/` folder for non-primary scripts (addresses crowded root folder) * Consider moving `lint_clean_files.sh` into...

> * moving the container into the bash-it-container is a good idea You know, my statement was actually to create a separate container for the pre-commit, ie: * `docker pull...