Skip to content

Instantly share code, notes, and snippets.

View curoky's full-sized avatar
🤠
Focusing

curoky curoky

🤠
Focusing
  • Stay at home.
  • Hawaii
View GitHub Profile
@eggbean
eggbean / eza-wrapper.sh
Last active August 13, 2026 18:07
Now moving from exa to eza fork. Wrapper script to give it nearly identical switches and appearance to ls. Also automatically adds --git switch when in a git repository.
#!/bin/bash
## Change following to '0' for output to be like ls and '1' for eza features
# Don't list implied . and .. by default with -a
dot=0
# Show human readable file sizes by default
hru=1
# Show file sizes in decimal (1KB=1000 bytes) as opposed to binary units (1KiB=1024 bytes)
meb=0
# Don't show group column