touch ./test
echo "alias ..='cd ..'
alias ...='cd ../..'
alias h='cd ~'
alias c='clear'
alias ll='ls -la'" | tee -a ./test