summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/.profile b/.profile
index 1d312e2..b1eccfe 100644
--- a/.profile
+++ b/.profile
@@ -56,7 +56,9 @@ Linux)
alias ll="/bin/ls -F -h -A -l"
alias cvs-st="cvs -q -n update"
set -o emacs
- set -o tabcomplete
+ if [ $SHELL = "/bin/sh" ]; then
+ set -o tabcomplete
+ fi
if [ -d "/usr/pkg/bin" ]; then
export PATH=$PATH:/usr/pkg/bin
fi