summaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-rw-r--r--alias6
1 files changed, 1 insertions, 5 deletions
diff --git a/alias b/alias
index 31da894..5a481c3 100644
--- a/alias
+++ b/alias
@@ -36,8 +36,7 @@ prompt() {
36 TMPFILE=$(mktemp); echo $1 > $TMPFILE && \ 36 TMPFILE=$(mktemp); echo $1 > $TMPFILE && \
37 vim $TMPFILE && \ 37 vim $TMPFILE && \
38 sed -i '$ q; s/$/ \\/' $TMPFILE && \ 38 sed -i '$ q; s/$/ \\/' $TMPFILE && \
39 cat $TMPFILE && \ 39 eval $(cat $TMPFILE | tee /dev/tty)
40 eval $(cat $TMPFILE)
41} 40}
42 41
43# package 42# package
@@ -259,7 +258,4 @@ alias cdT='cd ~/git/taiwan-topo'
259alias cdand='cd ~/git/sample' 258alias cdand='cd ~/git/sample'
260alias cdm='cd ~/git/sharkbig.github.io' 259alias cdm='cd ~/git/sharkbig.github.io'
261 260
262repo='git@github.com'
263hub='https://github.com'
264typebrook='git@github.com:typebrook'
265GITHUB_API='https://api.github.com' 261GITHUB_API='https://api.github.com'