aboutsummaryrefslogtreecommitdiff
path: root/profile.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'profile.dot.link')
-rw-r--r--profile.dot.link3
1 files changed, 2 insertions, 1 deletions
diff --git a/profile.dot.link b/profile.dot.link
index 59011c7..aa06c2b 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -81,7 +81,8 @@ fi
# Special cd: change folder and set title
scd() {
cd "$*"
- stitle `basename $*`
+ stitle `basename $*` > /dev/null 2>&1
+ xtitle `basename $*` > /dev/null 2>&1
}
mkday() {