Update minor configs

This commit is contained in:
Tobias Reisinger 2023-03-20 12:32:57 +01:00
parent 88aff77c72
commit ceb508ce84
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 6 additions and 4 deletions

View file

@ -43,6 +43,7 @@ export MAILCAPS="$XDG_CONFIG_HOME/mailcap/mailcaprc"
_makeflags=$(grep -c ^processor /proc/cpuinfo)
export MAKEFLAGS="-j$_makeflags"
export MARKPATH="$XDG_CONFIG_HOME/zsh/jump_marks"
export MOAR="--style=dracula"
_whoami=$(whoami)
export NIX_PATH="$HOME/.nix-defexpr/channels:/nix/var/nix/profiles/per-user/$_whoami/channels${NIX_PATH:+:$NIX_PATH}"