1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01:00

Enable guix

This commit is contained in:
Valentin Brandl 2019-05-27 22:52:05 +02:00
parent 6a4f9cf251
commit 557d1f42e3
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -105,6 +105,8 @@ fpath=(~/.zsh/completions $fpath)
# added by travis gem
[ -f /home/me/.travis/travis.sh ] && source /home/me/.travis/travis.sh
export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale"
export PATH="/home/me/.guix-profile/bin${PATH:+:}$PATH"
export PATH="$HOME/.config/guix/current/bin${PATH:+:}$PATH"
export PATH="$HOME/.guix-profile/bin${PATH:+:}$PATH"
TIMEFMT=$'\nreal\t%*E\nuser\t%*U\nsys\t%*S\nmaxmem\t%M MB\nfaults\t%F'
# vim: set filetype=zsh ts=4 sw=4 tw=0 et :