aboutsummaryrefslogtreecommitdiff
path: root/profile.dot.link
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-04 17:40:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-04 17:40:04 -0300
commitd2176a7cc7a80ed91a0d7025a98aba482fbbb7a4 (patch)
tree72479745e0de91e6ea5854c8a60e6e582bc375ca /profile.dot.link
parent7d222b2f6321b49c04a617a36c5dc694eddd5067 (diff)
downloadprofile-d2176a7cc7a80ed91a0d7025a98aba482fbbb7a4.tar.gz
profile-d2176a7cc7a80ed91a0d7025a98aba482fbbb7a4.tar.bz2
Updates aliases
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
}