feat: tmux scripting

This commit is contained in:
Zhongheng Liu 2024-12-07 13:04:09 +02:00
commit 08def86724
Signed by: steven
GPG key ID: 805A28B071DAD84B
5 changed files with 28 additions and 3 deletions

View file

@ -19,7 +19,7 @@ in
${builtins.readFile ./init/tailscale.fish}
${builtins.readFile ./init/pass.fish}
function fish_greeting
${pkgs.fortune}/bin/fortune -a
${(pkgs.fortune.override {withOffensive = true;})}/bin/fortune -as
end
funcsave -q fish_greeting