mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-03-16 01:52:45 +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:
13
dot_config/nushell/nu_scripts/example-config/config.nu
Normal file
13
dot_config/nushell/nu_scripts/example-config/config.nu
Normal file
@@ -0,0 +1,13 @@
|
||||
# ~/.config/nushell/config.nu
|
||||
#
|
||||
# Nushell-s config file used in engine-q.
|
||||
#
|
||||
# It fetches all definitions and environment variables from the `init` module.
|
||||
|
||||
def build-config [] { { footer_mode: "50" } }
|
||||
|
||||
let config = build-config
|
||||
|
||||
use ~/.config/nushell/init.nu *
|
||||
|
||||
alias gd = git diff
|
||||
Reference in New Issue
Block a user