aboutsummaryrefslogtreecommitdiff
path: root/profile.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'profile.dot.link')
-rw-r--r--profile.dot.link4
1 files changed, 3 insertions, 1 deletions
diff --git a/profile.dot.link b/profile.dot.link
index e5f280b..74f1286 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -47,7 +47,9 @@ cd() {
# Update screen title
if [ ! -z "$project" ] && [ ! -z "$STY" ]; then
- stitle `basename $project`
+ #if [ "$project" == "`basename $project`" ]; then
+ stitle `basename $project`
+ #fi
fi
}