fish alias to create a coding session in wezterm
This commit is contained in:
parent
3289b204fd
commit
5f2be7e88d
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue