Skip to content

fix(comfort-shell-bootstrap.sh): fix eza command for ls alias - #80

Merged
AmirMS (AmelBawa-msft) merged 1 commit into
microsoft:mainfrom
J0F3:fix/wsl-comfort-ls-alias
Jul 22, 2026
Merged

fix(comfort-shell-bootstrap.sh): fix eza command for ls alias#80
AmirMS (AmelBawa-msft) merged 1 commit into
microsoft:mainfrom
J0F3:fix/wsl-comfort-ls-alias

Conversation

@J0F3

@J0F3 Jonas Feller (J0F3) commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Fixes the issue that the ls alias beaks the auto completion because the era --color parameter is incomplete specified.

Closes #79

Copilot AI review requested due to automatic review settings June 18, 2026 17:08
@J0F3
Jonas Feller (J0F3) force-pushed the fix/wsl-comfort-ls-alias branch from 048ebb5 to 12a096b Compare June 18, 2026 17:09
@J0F3
Jonas Feller (J0F3) force-pushed the fix/wsl-comfort-ls-alias branch from 12a096b to 70a3726 Compare June 18, 2026 17:11

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Comfort Shell bootstrap’s “modern aliases” so the ls alias invokes eza with an explicitly specified icons mode, addressing shell completion issues caused by an incomplete --icons flag.

Changes:

  • Update ls alias from eza --icons to eza --icons=auto in the generated shell RC managed block.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

command -v zoxide >/dev/null 2>&1 && eval "$(zoxide init '"$CHOSEN_SHELL"')"
# Modern aliases
command -v eza >/dev/null 2>&1 && alias ls="eza --icons" && alias ll="eza -la --icons --git" && alias lt="eza --tree"
command -v eza >/dev/null 2>&1 && alias ls="eza --icons=auto" && alias ll="eza -la --icons --git" && alias lt="eza --tree"
@AmelBawa-msft
AmirMS (AmelBawa-msft) merged commit 44572f1 into microsoft:main Jul 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants