Skip to content

chore: remove exa -> ls and bat -> cat replacements from dogfood img #3695

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

Merged
merged 1 commit into from
Aug 25, 2022

Conversation

deansheather
Copy link
Member

@deansheather deansheather commented Aug 25, 2022

People can symlink these or add aliases in their own .bashrc or .zshrc files. The bat replacement was breaking my dotfiles because it's not posix compliant. Our build scripts are also only written with posix and coreutils in mind too so to avoid any problems we should stick to posix by default. Aliases in the rc files do not affect scripts (unless they're sourced into the shell, which we don't do)

alias ls=exa
alias cat=bat

@deansheather deansheather merged commit 8a44683 into main Aug 25, 2022
@deansheather deansheather deleted the keep-posix-utils branch August 25, 2022 18:03
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