fish alias to create a coding session in wezterm

This commit is contained in:
William 2023-08-20 21:47:00 -03:00
parent 3289b204fd
commit 5f2be7e88d

View file

@ -89,6 +89,10 @@
"nix flake update --commit-lock-file /home/user/Projects/personal/nix-config";
hm-rebuild =
"rm ~/.gtkrc-2.0; nix run '/home/user/Projects/personal/nix-config#homeConfigurations.desktop.activationPackage'";
code = ''
wezterm cli split-pane --top --percent=75 -- hx
wezterm cli activate-pane-direction up
'';
};
};