about summary refs log tree commit diff
path: root/home/shell/fish/functions/nix-rebuild-host.fish (follow)
Commit message (Collapse)AuthorAgeFilesLines
* home/profiles: move (almost) all modules to profilesFranck Cuny2023-05-051-4/+0
| | | | | This is a major refactor, similar to what was done for the hosts, but in a single commit.
* feat(home/fish): move fish's code to external filesFranck Cuny2023-02-211-2/+2
| | | | | | | It's easier to edit / debug / test the code that way. This also add a new function (`find-ssh-agent') to find or start a new ssh agent when a shell is started.
* feat(home/shell): manage fish's functions directoryFranck Cuny2022-06-201-0/+4
Change-Id: I03a35a211c7563e65770b39b140099291efafab9 Reviewed-on: https://cl.fcuny.net/c/world/+/458 Reviewed-by: Franck Cuny <franck@fcuny.net> Tested-by: CI