1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 06:37:46 +00:00

reorganize site in preparation for beta and releaes (#161)

This commit is contained in:
Darren Schroeder 2022-02-25 13:10:38 -06:00 committed by GitHub
parent 7b76a8e662
commit ca89da5242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
155 changed files with 1402 additions and 763 deletions

13
example-config/config.nu Normal file
View file

@ -0,0 +1,13 @@
# ~/.config/nushell/config.nu
#
# Nushell-s config file used in engine-q.
#
# It fethes 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