Browse Source

fish: shell cfg

dev_01_initial
Heiko Blobner 3 years ago
parent
commit
39ec6308c5
  1. 3
      home-manager/hblobner_at_devvie.nix
  2. 6
      home-manager/modules/fish.nix

3
home-manager/hblobner_at_devvie.nix

@ -54,8 +54,11 @@
vimAlias = true;
};
home.sessionPath = [ "/home/hblobner/.gu/bin" ];
home.sessionVariables = {
EDITOR = "nvim";
PERL5LIB = "/home/hblobner/.gu/lib/perl";
GU_ENV = "1";
};
services.gpg-agent = {

6
home-manager/modules/fish.nix

@ -13,12 +13,8 @@
rs = "rsync -a --info=progress2 ";
};
};
functions = {
fish_greeting = "";
};
interactiveShellInit =
''
source ~/.gu/lib/load-env.ashrc
'';
};
}

Loading…
Cancel
Save