From b747017036f18b3dfc98f363233a53bba4b95143 Mon Sep 17 00:00:00 2001 From: typebrook Date: Mon, 23 Dec 2019 13:21:10 +0800 Subject: update --- alias | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'alias') diff --git a/alias b/alias index a69307d..f3fe1da 100644 --- a/alias +++ b/alias @@ -71,7 +71,7 @@ alias ce='crontab -e' # ranger alias r='_ranger-cd' alias ranrc='vim ~/.config/ranger/rc.conf' -function ranger-cd() { +_ranger-cd() { tempfile="$(mktemp -t tmp.XXXXXX)" ranger --choosedir="$tempfile" "${@:-$(pwd)}" test -f "$tempfile" && @@ -245,3 +245,4 @@ alias cdand='cd ~/git/sample' repo='git@github.com' hub='https://github.com' typebrook='git@github.com:typebrook' +GITHUB_API='https://api.github.com' -- cgit v1.2.3-70-g09d2