1
Fork 0

Some neovim changes I forgot about

This commit is contained in:
prescientmoon 2024-09-11 15:59:50 +02:00
parent 2eb3151562
commit 7c7e067c1a
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
5 changed files with 213 additions and 195 deletions
home/features/cli

View file

@ -1,4 +1,5 @@
{ pkgs, ... }: {
{ config, pkgs, ... }:
{
home.packages = [ pkgs.josh ]; # Just One Single History
# TODO: use `delta` as a pager, as highlighted here
@ -28,7 +29,7 @@
"hie.yaml"
];
# }}}
# {{{ Aliases
# {{{ Aliases
aliases = {
# Print history nicely
graph = "log --decorate --oneline --graph";
@ -65,5 +66,7 @@
enable = true;
settings.git_protocol = "ssh";
};
satellite.persistence.at.state.apps.gh.files = [ "${config.xdg.configHome}/gh/hosts.yml" ];
# }}}
}