mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-01-17 14:01:57 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
14 lines
260 B
Markdown
14 lines
260 B
Markdown
# Helpers
|
|
|
|
Commands to make your life easier.
|
|
|
|
## How to use
|
|
|
|
Execute following snippet at any time to be able to run the commands in the scripts:
|
|
|
|
```zsh
|
|
source './path/to/script.nu'
|
|
```
|
|
|
|
With `./path/to/...` being the path to the script you want to utilize.
|