Compare commits

..

No commits in common. "2b1a1e91dd4c78cb1361e40d779a226b9f7f1a28" and "410e4ef660840d0ea92ae9a57c066de4b497d1be" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ echo "Create => .aliases"
cat << EOF >> ~/.aliases
alias ip='ip --color=auto'
alias ssht='ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
alias gp="git add -A && git commit -m \"modify: $(date)\" && git push"
EOF
echo "Add link .aliases to .bashrc"