mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-01-09 02:22:05 +00: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:
14
dot_config/nushell/nu_scripts/modules/git/README.md
Normal file
14
dot_config/nushell/nu_scripts/modules/git/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Git Scripts
|
||||
|
||||
### Definition
|
||||
|
||||
These scripts should be used to demonstrate how combine the power of nushell with git commands.
|
||||
|
||||
### Aliases
|
||||
If you find some of these scripts useful you can add them as aliases in your git config file.
|
||||
|
||||
For instance you can create a nushell script in your computer and define in your git config file an alias that call that script:
|
||||
```
|
||||
[alias]
|
||||
bcl = !nu \"D:\\Tools\\gitalias_bcl.nu\"
|
||||
```
|
||||
Reference in New Issue
Block a user