alias ipcurl='curl icanhazip.com && curl --silent https://geoiptool.com/|grep maker_country | cut -d" " -f5 | cut -d"<" -f1 | head -n1' alias toripcurl='torify curl icanhazip.com && torify curl --silent http://geoiptool.com/|grep maker_country | cut -d" " -f5 | cut -d"<" -f1 | head -n1' alias grep="grep --color" alias suena='echo $(mpc current | cut -d"/" -f1) - $(mpc current | cut -d"/" -f3 | cut -d'.' -f1)' alias khal='khal -c ~/.khal/config' alias ikhal='ikhal -c ~/.khal/config' alias yt='cd ~/Musica/; torify youtube-dl -x -c -o "%(title)s.%(ext)s" -f "bestaudio" --audio-format "mp3" --audio-quality 0 ' alias notify-send='notify-send -i terminal' alias ls='ls --color' alias ec="emacsclient -t" gdp () { git diff `git log --pretty=format:"%h" | head -n$1 | tail -n1`; } alias cal="cal -m" alias nav="qutebrowser --target tab-bg-silent " alias venv="source `which virtualenvwrapper.sh` > /dev/null && workon " alias kpcli="cd ~/Documentos; kpcli; cd -" alias paste='torify curl -F '\''sprunge=<-'\'' http://sprunge.us' alias captura="id=`genpass 5`; scrot -d 5 /tmp/$id.png; notify-send 'Captura hecha'; upload /tmp/$id.png; rm /tmp/$id.png"