mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-08-02 00:02:06 +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,13 @@
|
||||
# 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
|
||||
# Finally, initialise the completion plugins
|
||||
source ~/.config/nushell/completions/atuin.nu
|
||||
source ~/.config/nushell/completions/zoxide.nu
|
||||
source ~/.config/nushell/completions/nu_scripts.nu
|
||||
Reference in New Issue
Block a user