mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-05-03 21:01:42 +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 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user