The general configuration of my development environment and many other general computer things.

Use bat instead of less by default

+1
+1
private_Library/private_Application Support/nushell/config.nu
··· 83 83 ### Setup aliases 84 84 alias edit = ^($env.EDITOR) 85 85 alias start = ^open 86 + alias less = bat 86 87 alias set-light-theme = kitty +kitten themes Breakers 87 88 alias set-dark-theme = kitty +kitten themes Mariana 88 89 alias brew-backup = brew bundle dump --global --no-lock --cask --mas --tap --force