diff options
| -rw-r--r-- | skel/.zshrc.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skel/.zshrc.local b/skel/.zshrc.local index 7fe56dd..c010b32 100644 --- a/skel/.zshrc.local +++ b/skel/.zshrc.local @@ -82,4 +82,4 @@ eaiu() { echo 'Done' } -[[ ! -z "$DISPLAY" ]] && [ -n "$WINDOWID" ] && transset-df -i $WINDOWID 0.9 >/dev/null || true +[[ ! -z "$DISPLAY" ]] && [ -n "$WINDOWID" ] && type transset-df &>/dev/null && transset-df -i $WINDOWID 0.9 >/dev/null || true |
