Avoid returning a failure from interactive/desk if no desk is active
This commit is contained in:
parent
7fe13b3b6f
commit
f4594b4563
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
#! zsh
|
||||
export DESK_DIR=$XDG_CONFIG_HOME/desk
|
||||
[[ -n "$DESK_ENV" ]] && source "$DESK_ENV"
|
||||
if [[ -n $DESK_ENV ]]; then
|
||||
source $DESK_ENV
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue