|
|
@ -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
|
|
|
|