Added VISUAL and EDITOR envs
This commit is contained in:
@@ -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|
|
||||||
|
|||||||
Reference in New Issue
Block a user