mirror of
https://github.com/SeriousBug/dotfiles
synced 2026-05-01 13:15:00 -05:00
- 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>
4 lines
137 B
Fish
4 lines
137 B
Fish
function less --wraps=bat --wraps='bat --paging always' --description 'alias less bat --paging always'
|
|
bat --paging always $argv
|
|
end
|