Rip out firestarter
This commit is contained in:
parent
24a40d2865
commit
9106503ffa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user