mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-08-01 15:52:07 +01:00
Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Imports of custom modules from init to help keep my config file clean
|
||||
use ~/.config/nushell/default_config.nu
|
||||
use ~/.config/nushell/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
|
||||
# initialise the completion plugins
|
||||
source ~/.config/nushell/completions/atuin.nu
|
||||
source ~/.config/nushell/completions/zoxide.nu
|
||||
source ~/.config/nushell/completions/nu_scripts.nu
|
||||
# import nushell libs
|
||||
use task.nu
|
||||
# Finally, we run a system info fetch
|
||||
sysfetch
|
||||
Reference in New Issue
Block a user