mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-04-29 19:41:41 +01:00
Attempt to remove absolute paths from nushell config
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
# Imports of custom modules from init to help keep my config file clean
|
||||
use ~/.config/nushell/default_config.nu
|
||||
use ~/.config/nushell/init.nu *
|
||||
use default_config.nu
|
||||
use init.nu *
|
||||
# Combine config records to create the final config
|
||||
$env.config = (
|
||||
(default_config) | merge (theme) | merge (my_config)
|
||||
)
|
||||
# Initialise the plugins
|
||||
source ~/.config/nushell/nu_scripts.nu
|
||||
source nu_scripts.nu
|
||||
# initialise the completion plugins
|
||||
source ~/.config/nushell/completions/atuin.nu
|
||||
source ~/.config/nushell/completions/zoxide.nu
|
||||
source ~/.config/nushell/completions/nu_scripts.nu
|
||||
source completions/atuin.nu
|
||||
source completions/zoxide.nu
|
||||
source completions/nu_scripts.nu
|
||||
# Finally, we run a system info fetch
|
||||
sysfetch
|
||||
|
||||
Reference in New Issue
Block a user