summaryrefslogtreecommitdiff
path: root/skel
diff options
context:
space:
mode:
Diffstat (limited to 'skel')
-rw-r--r--skel/.zshrc.local2
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