shell: cleanup

This commit is contained in:
Charlie Root 2024-11-03 15:29:32 +01:00
commit 71b81c3b98
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
4 changed files with 4 additions and 8 deletions

View file

@ -1 +1 @@
set fish_greeting ""
set fish_greeting

View file

@ -1,9 +1,5 @@
# This shell setup was inspired by sioodmy. Check out his setup!
{
inputs,
pkgs,
...
}: let
{pkgs, ...}: let
toml = pkgs.formats.toml {};
starship-config = import ./starship.nix;
aliases = import ./aliases.nix {inherit pkgs;};

View file

@ -8,7 +8,7 @@ pkgs.writeText "config.fish" ''
${pkgs.atuin}/bin/atuin init fish | source
${pkgs.zoxide}/bin/zoxide init fish | source
${pkgs.starship}/bin/starship init fish | source
${pkgs.direnv}/bin/direnv hook fish | source
source ${./config.fish}

View file

@ -13,6 +13,7 @@ pkgs: (with pkgs; [
serpl
diff-so-fancy
tig
direnv
sesh
mprocs
@ -23,7 +24,6 @@ pkgs: (with pkgs; [
# mult
glow
gdb
# dua-cli
dust
kondo