Update nushell config for new nu version

main
trivernis 1 year ago
parent 791b06922d
commit 897c8ca867
Signed by: Trivernis
GPG Key ID: 7E6D18B61C8D2F4B

@ -135,8 +135,6 @@ $env.config = {
rm: { rm: {
always_trash: false always_trash: false
} }
# settings for the cd command
cd: {}
# history settings # history settings
history: { history: {
max_size: 10000 # Session has to be reloaded for this to take effect max_size: 10000 # Session has to be reloaded for this to take effect
@ -431,3 +429,8 @@ source ~/.config/nushell/fnm.nu
# broot # broot
source ~/.config/broot/launcher/nushell/br source ~/.config/broot/launcher/nushell/br
# utility commands
source ~/.config/nushell/utils.nu
source /home/trivernis/.config/broot/launcher/nushell/br

Loading…
Cancel
Save