Skip to content

Commit

Permalink
^ rc: remove all code that would setup libsh stuff
Browse files Browse the repository at this point in the history
no reason for this as we have removed all dependencies on libsh and
retired it
  • Loading branch information
smemsh committed Oct 29, 2024
1 parent 13d7b04 commit eb3adc9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ sources=(
${PS1:+setenv}
${PS1:+func.d/*}
${PS1:+term.d/*}
${PS1:+~/lib/sh/include}
)

for f in ${sources[@]}
Expand All @@ -23,9 +22,6 @@ do if test -f $f; then
echo "$f: aborted $?" >&2
return 10; fi; fi; done

[[ $PS1 && $(declare -F allinclude) ]] &&
: # allinclude

unset f sources

#ankassoclast || { echo "ankassoc failure" >&2; return 9; }
Expand Down

0 comments on commit eb3adc9

Please sign in to comment.