diff --git a/base/.profile b/base/.profile index 26e17ecf..e7e16321 100755 --- a/base/.profile +++ b/base/.profile @@ -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