summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.local/share/git/repolist1
-rw-r--r--.profile4
2 files changed, 3 insertions, 2 deletions
diff --git a/.local/share/git/repolist b/.local/share/git/repolist
index d2f3d5e..886f6a2 100644
--- a/.local/share/git/repolist
+++ b/.local/share/git/repolist
@@ -1,6 +1,5 @@
cs631apue,origin=git@github.com:jschauma/cs631apue.git
dark-mode-notify,origin=https://github.com/bouk/dark-mode-notify.git
-freshrss,origin=git@github.com:tydavis/FreshRSS.git,upstream=git@github.com:FreshRSS/FreshRSS.git
housecat,origin=https://github.com/mortie/housecat.git
hut,origin=https://git.sr.ht/~xenrox/hut
journal,origin=git@git.sr.ht:~tydavis/journal
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