Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shellcheck all core files #1917

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

Commits on Mar 4, 2022

  1. install: use .bashrc and notify user

    The logic to guess whether to use `.bash_profile` or `.bashrc` was buggy and wrong. Just use `.bashrc` and either automatically fill in a `.bash_profile`, or notify the user that they need to edit their `.bash_profile`.
    gaelicWizard committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    e888ddf View commit details
    Browse the repository at this point in the history
  2. install: cleanup

    gaelicWizard committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    0853724 View commit details
    Browse the repository at this point in the history
  3. uninstall: cleanup

    gaelicWizard committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    c3de63b View commit details
    Browse the repository at this point in the history
  4. docs: fix references to ~/.bashrc

    docs/installation: add to note about interactive/login shells
    gaelicWizard committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    d55adc6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c5e87e View commit details
    Browse the repository at this point in the history
  6. uninstall: //echo/printf

    - Alsö, add implementation note at top.
    gaelicWizard committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    0485778 View commit details
    Browse the repository at this point in the history
  7. uninstall: try to determine initialization file

    uninstall: TIL that `fgrep` is deprecated...
    gaelicWizard committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    68149f7 View commit details
    Browse the repository at this point in the history
  8. template: shfmt

    gaelicWizard committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    52cd75b View commit details
    Browse the repository at this point in the history
  9. template: shellcheck

    - and generally comment out useless varbls
    gaelicWizard committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    affbce6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a6debd View commit details
    Browse the repository at this point in the history
  11. Revert "bash_it: source reloader.bash without arguments for the defau…

    …lt enabling"
    
    This reverts commit e05fa47.
    This reverts commit ee85367.
    gaelicWizard committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    c09c050 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. custom/example: shellcheck

    c
    gaelicWizard committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    d0e617a View commit details
    Browse the repository at this point in the history