From e67cc5b90c02bb2585faf40cc572051094d66879 Mon Sep 17 00:00:00 2001 From: Luminiferous Date: Sun, 10 May 2026 14:50:28 +0200 Subject: [PATCH] Added .local/bin to $env.PATH --- config.nu | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.nu b/config.nu index bd011ce..58530d1 100644 --- a/config.nu +++ b/config.nu @@ -20,6 +20,9 @@ $env.EDITOR = 'nvim' $env.VISUAL = 'nvim' +use std/util 'path add' +path add '~/.local/bin' + $env.config.show_banner = false $env.config.table.trim.methodology = 'truncating' $env.config.table.trim.truncating_suffix = ' >>'