From 81fd0ef4ea0fdbf2ca35da303478de9b3e7b8082 Mon Sep 17 00:00:00 2001 From: typebrook Date: Mon, 30 Dec 2019 10:52:44 +0800 Subject: update --- alias | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'alias') diff --git a/alias b/alias index 31da894..5a481c3 100644 --- a/alias +++ b/alias @@ -36,8 +36,7 @@ prompt() { TMPFILE=$(mktemp); echo $1 > $TMPFILE && \ vim $TMPFILE && \ sed -i '$ q; s/$/ \\/' $TMPFILE && \ - cat $TMPFILE && \ - eval $(cat $TMPFILE) + eval $(cat $TMPFILE | tee /dev/tty) } # package @@ -259,7 +258,4 @@ alias cdT='cd ~/git/taiwan-topo' alias cdand='cd ~/git/sample' alias cdm='cd ~/git/sharkbig.github.io' -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