dotfiles/roles/shell-dotfiles/files/aliases

16 lines
1.0 KiB
Plaintext

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 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"
alias nav="qutebrowser --target tab-bg-silent "
alias rmr="/bin/rm"
alias weechat="docker run -ti --name weechat --rm -v ~/.weechat:/weechat --net=host drymer-weechat"
alias ledger="ledger -f ~/Documentos/Finanzas/finanzas.ldg"
alias cdtemp="cd `mktemp -d`"
alias gitinit="git config user.email drymer@autistici.org; git config user.name drymer; git config commit.gpgsign true"
alias ytv="cd ~/.syncthing/VideosMovil; torify youtube-dl -f 18 "
alias h='function hdi(){ howdoi $* -n 3; }; hdi'