Added act package and fish binding

This commit is contained in:
2026-04-13 12:00:21 +02:00
parent 19a88bd73a
commit c49ae0edc1
3 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -9,7 +9,7 @@ in {
xdg.configFile."${configFile}".source = toYAML "config.yml" {
version = 1;
git_protocol = "https";
git_protocol = "ssh";
editor = "nvim";
prompt = "enabled";
prefer_editor_prompt = "disabled";
@@ -17,7 +17,6 @@ in {
aliases = {
co = "pr checkout";
};
http_unix_socket = "";
browser = "zen";
};