Separate work and private configuration

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-05-14 11:57:10 +02:00
parent 492115cbd0
commit 9f29f25756
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
8 changed files with 104 additions and 72 deletions

View file

@ -23,7 +23,7 @@ export XDG_BIN_HOME="${HOME}/.local/bin"
export XDG_LOG_HOME="${HOME}/.local/log"
export DOTFILES="${HOME}/dotfiles"
if [ "$(hostname)" = "odin" ]; then
if [ "$(hostname)" = "loki" ]; then
export IS_WORK="1"
else
export IS_WORK="0"