alias continue-branch='charm $(git diff master --name-only)' # Open all files changed in the current branch wrt master in PyCharm
function record-window {
recordmydesktop --windowid=$(wmctrl -l | grep $1 | awk '{print $1}') -o ~/Videos/$1_$(date +"%Y_%m_%d_%H_%M_%S").ogv
}
alias ping='grc ping'
alias ifconfig='grc ifconfig'
alias netstat='grc netstat'
These last three use the awesome 'grc' output colorizer