1
0
Fork 0

zsh: add wssh function

This commit is contained in:
Daniel Kempkens 2025-01-03 00:41:17 +01:00
parent af65cc91b1
commit df3b600c05
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
4 changed files with 2 additions and 11 deletions

View file

@ -255,10 +255,6 @@
:action :OpenLinkAtMouseCursor}]
;; Scrollback
:scrollback_lines 5000
;; Launch Menu
:launch_menu [{:label :Btop++ :args [_G.programs.btop]}
{:label :bash :args [_G.shells.bash]}
{:label :zsh :args [_G.shells.zsh]}]
;; Other
:front_end :WebGpu
:max_fps 120

View file

@ -10,12 +10,7 @@ in
extraConfig = /* lua */ ''
_G.shells = {
bash = '${pkgs.bash.outPath}/bin/bash',
zsh = '${pkgs.zsh.outPath}/bin/zsh',
};
_G.programs = {
btop = '${pkgs.btop.outPath}/bin/btop',
zsh = '${pkgs.zsh.outPath}/bin/zsh'
};
local cfg = require('config');

View file

@ -1 +0,0 @@
wezterm cli spawn --domain-name "SSH:$1"

View file

@ -0,0 +1 @@
wezterm cli spawn --domain-name "SSHMUX:$1"