add old .aliases

This commit is contained in:
finga 2020-01-13 21:29:12 +01:00
parent 5967399431
commit a3e8239fd6
3 changed files with 92 additions and 5 deletions

View file

@ -38,8 +38,3 @@ fi
if [ -d "$HOME/.cargo/bin" ] ; then
PATH="$HOME/.cargo/bin:$PATH"
fi
# autoloads
if [ -f "$HOME/.autoload" ] ; then
. ~/.aliases
fi