1
0

Added VISUAL and EDITOR envs

This commit is contained in:
Ole Klinck
2025-06-03 16:07:29 +02:00
parent f2cb448b37
commit 7b212c6037

View File

@@ -18,6 +18,9 @@
# them for future reference. # them for future reference.
$env.config.show_banner = false $env.config.show_banner = false
$env.EDITOR = 'hx'
$env.VISUAL = 'hx'
export def lumen-search-content [searchstr = string]: any -> table { export def lumen-search-content [searchstr = string]: any -> table {
ls -a **/* | par-each {|i| ls -a **/* | par-each {|i|