diff options
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |