Rip out firestarter

This commit is contained in:
Jacob Babor 2024-11-27 16:39:34 -06:00
parent 24a40d2865
commit 9106503ffa

View File

@ -26,7 +26,6 @@ _baseshell="$(basename -- "$0")"
for dir in \
"$HOME/.bin" \
"$HOME/.local/bin" \
"$HOME/.firestarter" \
"/usr/local/opt/coreutils/libexec/gnubin" \
"/usr/local/opt/gnu-sed/libexec/gnubin" \
"/usr/local/opt/grep/libexec/gnubin" \
@ -109,9 +108,6 @@ for editor in vim vi nano; do
done
# Now for a shitton of aliases
if has firestarter and ! has fs; then
alias fs="firestarter"
fi
if has podman and ! has docker; then
alias docker="podman"
fi