summaryrefslogtreecommitdiffstats
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
parentd6cf3041f46613996b6597e8177050e1a72e83ca (diff)
downloaddotfiles-9b74d8c20e9373a6057c32e47c38a69fc385b469.tar.gz
dotfiles-9b74d8c20e9373a6057c32e47c38a69fc385b469.zip
git: remove freshrss
-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