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