home/fish: declaritive tide configuration
This commit is contained in:
parent
a750500aae
commit
f255f39ad5
2 changed files with 11 additions and 4 deletions
|
@ -1,7 +1,4 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
historyFile = "${config.xdg.configHome}/bash/.bash_history";
|
||||
};
|
||||
home.sessionVariables.HISTFILE = "${config.xdg.stateHome}/bash_history";
|
||||
}
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue