No description
Find a file
Saulo Calçada e3f3eeaf0f Improve shell history retention and listing
- make history list all available entries by default
- preserve numeric arguments for listing recent entries
- increase persistent history retention to 100000 entries
- align HISTSIZE and SAVEHIST limits
2026-08-23 18:37:05 +01:00
config Improve shell history retention and listing 2026-08-23 18:37:05 +01:00
.gitignore Initial project structure 2026-07-24 11:20:17 +01:00
bootstrap.sh Improve bootstrap and remove local config stub 2026-07-25 22:43:44 +01:00
CHANGELOG.md feat: replace Oh My Zsh with a standalone shell profile 2026-07-24 14:03:46 +01:00
README.md Initial project structure 2026-07-24 11:20:17 +01:00
zshrc feat: replace Oh My Zsh with a standalone shell profile 2026-07-24 14:03:46 +01:00

shell-profile/

A personal Zsh profile focused on:

  • Predictability over magic.
  • Explicit configuration.
  • Minimal dependencies.
  • Fast startup.
  • Easy to understand.
  • Easy to port.
  • Linux-first.
  • No hidden side effects.