GiselleSerate / myaliases

Useful shell aliases and functions.
6 stars 1 forks source link

Reran install script and .included gave me this #65

Closed GiselleSerate closed 6 years ago

GiselleSerate commented 6 years ago
# myaliases: include
if [ -f  ]; then
        .
fi

Yeah, I don't know what this is, this probably ain't good.

aryarm commented 6 years ago

might it have something to do with the following code in the handle() function?

        echo "if [ -f $($ABSPATH/realpath "$1") ]; then
    . $($ABSPATH/realpath "$1")
fi" >> "$2"
GiselleSerate commented 6 years ago

Mmm . . . dev problems. I was definitely looking at an old included file because it was in root instead of in myaliases. My b. This is fine.