nushell localbin added to path
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
$env.SYSTEMD_EDITOR = "/usr/bin/nvim"
|
$env.SYSTEMD_EDITOR = "/usr/bin/nvim"
|
||||||
$env.EDITOR = "/usr/bin/nvim"
|
$env.EDITOR = "/usr/bin/nvim"
|
||||||
$env.VISUAL = "/usr/bin/nvim"
|
$env.VISUAL = "/usr/bin/nvim"
|
||||||
|
$env.path ++= ["~/.local/bin"]
|
||||||
$env.config = {
|
$env.config = {
|
||||||
buffer_editor: "/usr/bin/nvim"
|
buffer_editor: "/usr/bin/nvim"
|
||||||
completions: {
|
completions: {
|
||||||
|
|||||||
Reference in New Issue
Block a user