1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2026-05-01 05:05:18 -05:00
dotfiles/fish/functions/less.fish
Kaan Barmore-Genc 87d3529e0d Update tool versions and add less->bat alias
- Add bun 1.3.8 to asdf tool versions
- Add fish function wrapping bat --paging always as less
- Bump htop config to 3.4.1 format, show cached memory, sort by MEM
- Bump lazy.nvim and mini.nvim lockfile commits

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 22:22:40 -05:00

4 lines
137 B
Fish

function less --wraps=bat --wraps='bat --paging always' --description 'alias less bat --paging always'
bat --paging always $argv
end