1
0

Added .local/bin to $env.PATH

This commit is contained in:
2026-05-10 14:50:28 +02:00
parent b00cf98f97
commit e67cc5b90c
+3
View File
@@ -20,6 +20,9 @@
$env.EDITOR = 'nvim' $env.EDITOR = 'nvim'
$env.VISUAL = 'nvim' $env.VISUAL = 'nvim'
use std/util 'path add'
path add '~/.local/bin'
$env.config.show_banner = false $env.config.show_banner = false
$env.config.table.trim.methodology = 'truncating' $env.config.table.trim.methodology = 'truncating'
$env.config.table.trim.truncating_suffix = ' >>' $env.config.table.trim.truncating_suffix = ' >>'