Skip to content

Conversation

seefood
Copy link
Contributor

@seefood seefood commented Apr 30, 2025

Description

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • If my change requires a change to the documentation, I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • If I have added a new file, I also added it to clean_files.txt and formatted it using lint_clean_files.sh.
  • I have added tests to cover my changes, and all the new and existing tests pass.

Ira Abramov added 5 commits April 30, 2025 14:47
* 'master' of github.com:Bash-it/bash-it:
  Update themes/base.theme.bash
  theme/liquidprompt: don’t clobber `bash-preexec`
  theme/liquidprompt: use `$THEME_CLOCK_FORMAT`
  Add conda_or_venv_prompt function
  Remove unnecessary else clause
  Add venv prompt to base theme
  Add virtualenv prompt for robbyrussell theme
* 'master' of github.com:Bash-it/bash-it:
  lib/utilities: use `$XDG_CACHE_HOME` properly
  lib/helpers: remove log message from `_command_exists()` et al
@seefood seefood merged commit 99b876c into master Apr 30, 2025
10 of 12 checks passed
@seefood seefood deleted the ira/lintfix branch April 30, 2025 12:20
Comment on lines 8 to 10
IFS="|"
local params=($1)
local params=("$1")
IFS="${OLD_IFS}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These three lines obviously try to split $1 with the separator |, so $1 should not be quoted.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup, I moved to fast obviously.

@seefood seefood restored the ira/lintfix branch April 30, 2025 12:34
@seefood seefood deleted the ira/lintfix branch April 30, 2025 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants