summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-05-29 13:47:43 -0700
committerBen Sima <ben@bsima.me>2018-05-29 13:47:43 -0700
commit0c419f10b3e90f8f2d10898e025a778801e406ae (patch)
tree86d7deec606ab52ce5cc5754d8b4ccae283207d9 /home.nix
parent17294eb0bf1b4dc6e65543c1c2c629968bf394ba (diff)
Fixup stuff for laptop
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix3
1 files changed, 3 insertions, 0 deletions
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