From 0c419f10b3e90f8f2d10898e025a778801e406ae Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 29 May 2018 13:47:43 -0700 Subject: Fixup stuff for laptop --- home.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 9b2bca8..118f98d 100644 --- a/home.nix +++ b/home.nix @@ -87,6 +87,9 @@ bash = { enable = true; + initExtra = '' + [[ -f ~/.nix-profile/etc/profile.d/nix.sh ]] && . ~/.nix-profile/etc/profile.d/nix.sh + ''; shellAliases = { #z = "fasd_cd -d"; # cd, same functionality as j in autojump #zz = "fasd_cd -d -i"; # cd with interactive selection -- cgit v1.2.3