mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-22 16:03:50 +01:00
Enable guix
This commit is contained in:
parent
6a4f9cf251
commit
557d1f42e3
@ -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 :
|
||||
|
Loading…
Reference in New Issue
Block a user