mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 10:07:44 +00:00
nushell: fix config and environment
This commit is contained in:
parent
816ec26d73
commit
1c2100eb81
2 changed files with 6 additions and 5 deletions
|
@ -422,8 +422,3 @@ $env.config.keybindings = [
|
|||
event: { send: enter }
|
||||
}
|
||||
]
|
||||
|
||||
$env.LS_COLORS = (open ~/.config/nushell/ls_colors.txt)
|
||||
source ~/.config/nushell/zoxide.nu
|
||||
|
||||
source ~/.config/nushell/starship.nu
|
||||
|
|
|
@ -7,6 +7,12 @@ $env.ENV_CONVERSIONS.PATH = {
|
|||
}
|
||||
}
|
||||
|
||||
$env.LS_COLORS = (open ~/.config/nushell/ls_colors.txt)
|
||||
|
||||
source ~/.config/nushell/zoxide.nu
|
||||
|
||||
source ~/.config/nushell/starship.nu
|
||||
|
||||
def copy []: string -> nothing {
|
||||
print --no-newline $"(ansi osc)52;c;($in | encode base64)(ansi st)"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue