starship changes
This commit is contained in:
parent
0659639c2e
commit
45425254bf
5 changed files with 9 additions and 22 deletions
|
@ -20,6 +20,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
programs.fish.enable = true;
|
||||
|
||||
users.users.${username}.shell = pkgs.fish;
|
||||
|
||||
environment = {
|
||||
shells = [pkgs.fish];
|
||||
|
@ -27,7 +28,6 @@ in {
|
|||
};
|
||||
|
||||
home-manager.users.${username} = {
|
||||
shell = pkgs.fish;
|
||||
programs = {
|
||||
zoxide.enable = true;
|
||||
zoxide.enableFishIntegration = true;
|
||||
|
|
|
@ -41,20 +41,6 @@ in {
|
|||
line_break.disabled = false;
|
||||
|
||||
format = "${elemsConcatted}\n$character";
|
||||
# format = concatStrings [
|
||||
# "$hostname"
|
||||
# #"$username"
|
||||
# "$directory"
|
||||
# "$shell"
|
||||
# "$nix_shell"
|
||||
# "$git_branch"
|
||||
# "$git_commit"
|
||||
# "$git_state"
|
||||
# "$git_status"
|
||||
# "$jobs"
|
||||
# "$cmd_duration"
|
||||
# "\n$character"
|
||||
# ];
|
||||
|
||||
hostname = {
|
||||
ssh_only = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue