1
0

2 Commits

Author SHA1 Message Date
de4aafdd80 Changed EDITOR and VISUAL variables to nvim 2025-10-11 13:25:28 +02:00
482c639b30 Added jlab-usb-power-toggle 2025-09-09 20:42:48 +02:00
2 changed files with 5 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
export def lumen-jlab-usb-power-toggle []: nothing -> nothing {
sudo uhubctl -a toggle -p 1 -l 3-4
}

View File

@@ -18,8 +18,8 @@
# them for future reference. # them for future reference.
$env.config.show_banner = false $env.config.show_banner = false
$env.EDITOR = 'hx' $env.EDITOR = 'nvim'
$env.VISUAL = 'hx' $env.VISUAL = 'nvim'
if ((sys host).name !~ '.*Windows.*') { if ((sys host).name !~ '.*Windows.*') {
$env.SSH_AUTH_SOCK = '/home/lumen/.bitwarden-ssh-agent.sock' $env.SSH_AUTH_SOCK = '/home/lumen/.bitwarden-ssh-agent.sock'
} }