This commit is contained in:
albert 2024-04-29 14:33:58 +09:00
parent f998aeade6
commit d93741eb7f
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 4 additions and 2 deletions

View file

@ -9,7 +9,9 @@
set ZELLIJ_AUTO_ATTACH true
set ZELLIJ_AUTO_EXIT true
ssh-add > /dev/null &> /dev/null
eval (zellij setup --generate-auto-start fish | string collect)
if status is-interactive
eval (zellij setup --generate-auto-start fish | string collect)
end
'';
functions = {
update_secrets = ''
@ -18,6 +20,7 @@
find secrets -name "*.yaml" -exec sops updatekeys {} \;
'';
restart-docker = ''
# set GPG_TTY $tty
pushd /Storage/Data/docker-compose/sysctl.io/
docker stop $argv
docker rm $argv

View file

@ -1,4 +1,3 @@
{ lib, ... }: {
stylix.targets.tmux.enable = lib.mkForce false;
stylix.targets.fish.enable = lib.mkForce false;
}