mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-22 19:31:57 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
6 lines
218 B
Nu
6 lines
218 B
Nu
export use utils.nu * # utility functions
|
|
export use aliases.nu * # aliases for common functions
|
|
# Then we have the various config records that will be combined in config.nu
|
|
export use theme.nu
|
|
export use my_config.nu
|