# Some good standards, which are not used if the user# creates his/her own .bashrc/.bash_profile# --show-control-chars: help showing Korean or accented charactersaliasls='ls -F --color=auto --show-control-chars'aliasll='ls -l'aliasgph='git push && hexo clean && hexo g && hexo d'case"$TERM"inxterm*)# The following programs are known to require a Win32 Console# for interactive usage, therefore let's launch them through winpty# when run inside `mintty`.fornameinnodeipythonphpphp5psqlpython2.7winget
docase"$(type-p"$name".exe2>/dev/null)"in''|/usr/bin/*)continue;;esacalias$name="winpty $name.exe"done;;esac