Clean up fish configs, starship settings
parent
fc7033db75
commit
73d4f6e00b
|
@ -22,7 +22,6 @@
|
|||
|
||||
home.file = {
|
||||
".config/fish/fish_plugins".text = ''
|
||||
jorgebucaran/fisher
|
||||
jorgebucaran/autopair.fish
|
||||
jorgebucaran/replay.fish
|
||||
jorgebucaran/getopts.fish
|
||||
|
@ -31,10 +30,7 @@
|
|||
fishpkg/fish-humanize-duration
|
||||
oh-my-fish/plugin-bang-bang
|
||||
matthewess/fish-autovenv
|
||||
joehillen/to-fish
|
||||
jethrokuan/z
|
||||
decors/fish-colored-man
|
||||
haslersn/fish-nix-completions
|
||||
Gazorby/fish-abbreviation-tips
|
||||
'';
|
||||
};
|
||||
|
@ -134,11 +130,13 @@
|
|||
with pkgs; {
|
||||
# My additions
|
||||
code = "codium";
|
||||
|
||||
# OG
|
||||
# Nix related
|
||||
drb = "darwin-rebuild build --flake ${nixConfigDir}/";
|
||||
drs = "darwin-rebuild switch --flake ${nixConfigDir}/";
|
||||
drc = "codium ${nixConfigDir}";
|
||||
drv = "vim ${nixConfigDir}";
|
||||
flakeup = "nix flake update --recreate-lock-file ${nixConfigDir}/";
|
||||
nb = "nix build";
|
||||
nd = "nix develop";
|
||||
|
@ -202,10 +200,9 @@
|
|||
battery.display.threshold = 25; # display battery information if charge is <= 25%
|
||||
directory.fish_style_pwd_dir_length = 1; # turn on fish directory truncation
|
||||
directory.truncation_length = 2; # number of directories not to truncate
|
||||
gcloud.disabled = true; # annoying to always have on
|
||||
hostname.style = "bold green"; # don't like the default
|
||||
# hostname.style = "bold green"; # don't like the default
|
||||
memory_usage.disabled = true; # because it includes cached memory it's reported as full a lot
|
||||
username.style_user = "bold blue"; # don't like the default
|
||||
# username.style_user = "bold blue"; # don't like the default
|
||||
};
|
||||
# }}}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue