From a01a3d4f5494855abf52f42c886a75b4500f35d5 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 26 Aug 2023 13:47:55 +0200 Subject: Docs(treewide): Add a colon after every "TODO" --- home-manager/soispha/config/zsh/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home-manager/soispha/config/zsh/default.nix') diff --git a/home-manager/soispha/config/zsh/default.nix b/home-manager/soispha/config/zsh/default.nix index 01a553d0..11011977 100644 --- a/home-manager/soispha/config/zsh/default.nix +++ b/home-manager/soispha/config/zsh/default.nix @@ -7,9 +7,9 @@ osConfig, ... }: { - # TODO ADD THIS ADDON + # TODO: ADD THIS ADDON # next one only works if your alias is only a command, e.g. if you `alias='cat some_file.txt &2> /dev/null'`, running `cat some_file.txt` won't trigger it. - # TODO find something better for this use case + # TODO: find something better for this use case # zsh-you-should-use # ZSH plugin that reminds you to use existing aliases for commands you just typed home.sessionPath = []; programs.zsh = { @@ -26,7 +26,7 @@ extended = true; ignoreDups = false; expireDuplicatesFirst = false; - ignoreSpace = false; # TODO I might change that + ignoreSpace = false; # TODO: I might change that path = "${config.xdg.dataHome}/zsh/history"; save = 9000000; # number of lines to save -- cgit 1.4.1