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:
parent
7b76a8e662
commit
ca89da5242
155 changed files with 1402 additions and 763 deletions
13
example-config/config.nu
Normal file
13
example-config/config.nu
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue