feat(homes/rafiq): enable starship prompt in fish shell
This commit is contained in:
parent
9fffa1d295
commit
8eceb81ad9
2 changed files with 23 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
|||
{ lib, ... }:
|
||||
let
|
||||
inherit (lib.strings) concatStrings;
|
||||
in
|
||||
{
|
||||
programs.starship = {
|
||||
#TODO: enable after switching to fish
|
||||
enable = false;
|
||||
# settings = {
|
||||
# add_newline = false;
|
||||
# format = concatStrings [
|
||||
# # First Line
|
||||
# ## Left Prompt
|
||||
# "$hostname$directory"
|
||||
# "$fill"
|
||||
# ## Right Prompt
|
||||
# "$all"
|
||||
# # Second Line
|
||||
# ## Left Prompt
|
||||
# "$character"
|
||||
# ];
|
||||
# git_branch.format = "[$symbol$branch(:$remote_branch)]($style) ";
|
||||
# shlvl.disabled = false;
|
||||
# username.disabled = true;
|
||||
# fill.symbol = " ";
|
||||
# };
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue