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

Update Nu shell configuration

+4 -2
+4 -2
private_Library/private_Application Support/org.nushell.nu/config.toml
··· 21 21 22 22 startup = [ 23 23 "alias edit = ^($nu.env.EDITOR)", 24 - "alias set-light-theme = kitty +kitten themes Rose-pine-dawn", 25 - "alias set-dark-theme = kitty +kitten themes Rose-pine-moon", 24 + "alias set-light-theme = kitty +kitten themes Rosé Pine Dawn", 25 + "alias set-dark-theme = kitty +kitten themes Rosé Pine Moon", 26 26 "alias brew-backup = brew bundle dump --global --no-lock --cask --mas --tap --force", 27 27 "alias brew-cleanup = brew bundle cleanup --global --no-lock --force --zap", 28 28 "alias brew-restore = brew bundle install --global --no-lock", ··· 44 44 [line_editor] 45 45 completion_match_method = "case-insensitive" 46 46 edit_mode = "vi" 47 + max_history_size = 100000 48 + tab_stop = 2 47 49 48 50 [env] 49 51 # Set default editor