projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
319010c
)
[rc/zsh] set GUIX_LOCPATH and adjust PATH for guix
author
Amin Bandali
<bandali@gnu.org>
Mon, 10 Dec 2018 05:09:35 +0000
(
00:09
-0500)
committer
Amin Bandali
<bandali@gnu.org>
Mon, 10 Dec 2018 05:09:35 +0000
(
00:09
-0500)
rc.org
patch
|
blob
|
blame
|
history
diff --git
a/rc.org
b/rc.org
index
2ffab89
..
02617e9
100644
(file)
--- a/
rc.org
+++ b/
rc.org
@@
-5381,6
+5381,9
@@
export MOZ_USE_XINPUT2=1 # precise scrolling in firefox
export NIXPKGS=$HOME/src/git/nixpkgs
if [ -e /home/amin/.nix-profile/etc/profile.d/nix.sh ]; then . /home/amin/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
+
+export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale"
+export PATH="/$HOME/.config/guix/current/bin${PATH:+:}$PATH"
#+end_src
*** zshenv