mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nushell): add nu shell configuration
This commit is contained in:
1
config/nushell/.gitignore
vendored
Normal file
1
config/nushell/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
history.txt
|
||||||
20
config/nushell/config.nu
Normal file
20
config/nushell/config.nu
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# config.nu
|
||||||
|
#
|
||||||
|
# Installed by:
|
||||||
|
# version = "0.106.1"
|
||||||
|
#
|
||||||
|
# This file is used to override default Nushell settings, define
|
||||||
|
# (or import) custom commands, or run any other startup tasks.
|
||||||
|
# See https://www.nushell.sh/book/configuration.html
|
||||||
|
#
|
||||||
|
# Nushell sets "sensible defaults" for most configuration settings,
|
||||||
|
# so your `config.nu` only needs to override these defaults if desired.
|
||||||
|
#
|
||||||
|
# You can open this file in your default editor using:
|
||||||
|
# config nu
|
||||||
|
#
|
||||||
|
# You can also pretty-print and page through the documentation for configuration
|
||||||
|
# options using:
|
||||||
|
# config nu --doc | nu-highlight | less -R
|
||||||
|
|
||||||
|
$env.config.buffer_editor = "nvim"
|
||||||
Reference in New Issue
Block a user