From c2cafe592eacfe43bf518467fbdb149b829e6cad Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 27 Oct 2017 01:07:11 +0200 Subject: Clean up --- zsh/.zshrc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index 493978f..b709285 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -2,6 +2,14 @@ export PATH="${PATH}:$HOME/bin:/usr/lib/surfraw" export EDITOR=vim export HISTSIZE=1000000 + +source /home/urbain/.nix-profile/etc/profile.d/nix.sh + +# Guix stuff +export PATH="/home/urbain/.guix-profile/bin${PATH:+:}$PATH" +export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale +alias p='guix package' + # Source configuration files source "$HOME/.zsh/plugins" source "$HOME/.zsh/functions" -- cgit v1.2.3