Skip to content

Commit

Permalink
Switch away from Starship
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtwco committed Aug 6, 2024
1 parent c60f465 commit 13ef606
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 148 deletions.
1 change: 0 additions & 1 deletion home/configs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
./helix.nix
./readline.nix
./ssh.nix
./starship.nix
./tmux
];
}
11 changes: 11 additions & 0 deletions home/configs/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ in
set -x TERM xterm-256color
eval (${pkgs.coreutils}/bin/dircolors -c ${lscolors}/LS_COLORS)
# Prompt configuration
set -g hydro_color_error a54242
set -g hydro_color_git 6b6b6b
set -g hydro_color_prompt 85678f
set -g hydro_color_pwd 5f819d
set -g hydro_multiline true
# Use vi keybinds.
fish_vi_key_bindings
Expand Down Expand Up @@ -77,6 +84,10 @@ in
set fish_color_description 85678F
'';
package = pkgs.fish;
plugins = with pkgs.fishPlugins; [
{ name = "hydro"; src = hydro.src; }
{ name = "sponge"; src = sponge.src; }
];
shellAliases = with pkgs; {
# Make `rm` prompt before removing more than three files or removing recursively.
"rm" = "${coreutils}/bin/rm -i";
Expand Down
146 changes: 0 additions & 146 deletions home/configs/starship.nix

This file was deleted.

1 change: 0 additions & 1 deletion home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ with lib;
helix.enable = true;
readline.enable = true;
ssh.enable = true;
starship.enable = true;
tmux.enable = true;
};

Expand Down

0 comments on commit 13ef606

Please sign in to comment.