Separate work and private configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
492115cbd0
commit
9f29f25756
8 changed files with 104 additions and 72 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue