Add an alias for hangups in order to avoid specifying the token in the config - dotfiles - leot's dotfiles
 (HTM) hg clone https://bitbucket.org/iamleot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset 4983b9bb7c458a0ddb9903273ab502c8f5e0b8f2
 (DIR) parent f13ce9880d30bc44807d238b91ed74375bc4a8c8
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Mon, 24 Sep 2018 00:42:31 
       
       Add an alias for hangups in order to avoid specifying the token in the config
       
       Specifying a token in hangups.conf does not expands `~', so workaround that via
       an alias.
       
       Diffstat:
        tcshrc |  1 +
        1 files changed, 1 insertions(+), 0 deletions(-)
       ---
       diff -r f13ce9880d30 -r 4983b9bb7c45 tcshrc
       --- a/tcshrc    Mon Sep 24 00:34:53 2018 +0200
       +++ b/tcshrc    Mon Sep 24 00:42:31 2018 +0200
       @@ -88,6 +88,7 @@
        #alias cdwrk "[ -d '../../pkgsrc' ] && set wrkdir = `make show-var VARNAME=WRKSRC` && cd $wrkdir"
        alias gdb "gdb -q"
        alias googler "googler -n 7"
       +alias hangups "hangups --token-path ~/.local/share/hangups/refresh_token.txt"
        alias irc "irc -b"
        alias jq "jq -M"
        alias pdfgrep "pdfgrep --color never"