home/fish: declaritive tide configuration

This commit is contained in:
Guanran Wang 2024-11-10 14:41:16 +08:00
parent a750500aae
commit f255f39ad5
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF
2 changed files with 11 additions and 4 deletions

View file

@ -1,7 +1,4 @@
{ config, ... }:
{
programs.bash = {
enable = true;
historyFile = "${config.xdg.configHome}/bash/.bash_history";
};
home.sessionVariables.HISTFILE = "${config.xdg.stateHome}/bash_history";
}

View file

@ -17,6 +17,16 @@
fish_default_key_bindings -M insert
fish_vi_key_bindings --no-erase insert
end
tide configure --auto \
--style=Lean \
--prompt_colors='16 colors' \
--show_time=No \
--lean_prompt_height='Two lines' \
--prompt_connection=Disconnected \
--prompt_spacing=Sparse \
--icons='Few icons' \
--transient=No
'';
plugins =