summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2024-11-05 00:36:34 +0000
committerTyler Davis <tyler@gluecode.net>2024-11-05 00:36:34 +0000
commit9b74d8c20e9373a6057c32e47c38a69fc385b469 (patch)
treebc943e8dc1e660a5f7e44aa1998129422df3a0c9 /.profile
parentd6cf3041f46613996b6597e8177050e1a72e83ca (diff)
downloaddotfiles-9b74d8c20e9373a6057c32e47c38a69fc385b469.tar.gz
dotfiles-9b74d8c20e9373a6057c32e47c38a69fc385b469.zip
git: remove freshrss
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