Rip out firestarter
This commit is contained in:
parent
24a40d2865
commit
9106503ffa
@ -26,7 +26,6 @@ _baseshell="$(basename -- "$0")"
|
|||||||
for dir in \
|
for dir in \
|
||||||
"$HOME/.bin" \
|
"$HOME/.bin" \
|
||||||
"$HOME/.local/bin" \
|
"$HOME/.local/bin" \
|
||||||
"$HOME/.firestarter" \
|
|
||||||
"/usr/local/opt/coreutils/libexec/gnubin" \
|
"/usr/local/opt/coreutils/libexec/gnubin" \
|
||||||
"/usr/local/opt/gnu-sed/libexec/gnubin" \
|
"/usr/local/opt/gnu-sed/libexec/gnubin" \
|
||||||
"/usr/local/opt/grep/libexec/gnubin" \
|
"/usr/local/opt/grep/libexec/gnubin" \
|
||||||
@ -109,9 +108,6 @@ for editor in vim vi nano; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Now for a shitton of aliases
|
# Now for a shitton of aliases
|
||||||
if has firestarter and ! has fs; then
|
|
||||||
alias fs="firestarter"
|
|
||||||
fi
|
|
||||||
if has podman and ! has docker; then
|
if has podman and ! has docker; then
|
||||||
alias docker="podman"
|
alias docker="podman"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user