tangled
alpha
login
or
join now
dekker.one
/
dotfiles
0
fork
atom
The general configuration of my development environment and many other general computer things.
0
fork
atom
overview
issues
pulls
pipelines
Update Nu shell configuration
dekker.one
4 years ago
7e571286
995df6a9
+4
-2
1 changed file
expand all
collapse all
unified
split
private_Library
private_Application Support
org.nushell.nu
config.toml
+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
24
-
"alias set-light-theme = kitty +kitten themes Rose-pine-dawn",
25
25
-
"alias set-dark-theme = kitty +kitten themes Rose-pine-moon",
24
24
+
"alias set-light-theme = kitty +kitten themes Rosé Pine Dawn",
25
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
47
+
max_history_size = 100000
48
48
+
tab_stop = 2
47
49
48
50
[env]
49
51
# Set default editor