shell: cleanup
This commit is contained in:
parent
19d8a002c4
commit
71b81c3b98
4 changed files with 4 additions and 8 deletions
|
@ -1 +1 @@
|
|||
set fish_greeting ""
|
||||
set fish_greeting
|
||||
|
|
|
@ -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;};
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue