Modulize the environment

This commit is contained in:
Tobias Reisinger 2023-06-25 13:21:14 +02:00
parent 0b48fe1a3c
commit 6349fa1e51
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 70 additions and 53 deletions

View file

@ -0,0 +1,17 @@
#!/usr/bin/env sh
export KUBECONFIG="$HOME/.kube/config"
export MAILCAPS="$XDG_CONFIG_HOME/mailcap/mailcaprc"
export MARKPATH="$XDG_CONFIG_HOME/zsh/jump_marks"
export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch/config"
export OSH="$XDG_CONFIG_HOME/bash/oh-my-bash"
export SQLITE_HISTORY="$HOME/.local/cache/sqlite_history"
export WAKATIME_HOME="$XDG_CONFIG_HOME/wakatime"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
export ZSH="$ZDOTDIR/oh-my-zsh"