summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-05 01:00:35 +0800
committertypebrook <typebrook@gmail.com>2020-02-05 01:00:35 +0800
commit1e9d9eb46bc161b455f33ef7ca2fa40f737c80e3 (patch)
tree04fc350282634bb5e06c294b0937bcd6c039d2c0
parentaa770d7a8e2b02ccb5c27e2f40bec1a482497688 (diff)
update
-rw-r--r--alias4
1 files changed, 2 insertions, 2 deletions
diff --git a/alias b/alias
index ff037bf..b780cfe 100644
--- a/alias
+++ b/alias
@@ -59,8 +59,8 @@ alias pi='sudo pip3 install' # nodejs install
59# cd to DIRs 59# cd to DIRs
60alias ..='cd ..' 60alias ..='cd ..'
61alias ld='cd -' # last directory 61alias ld='cd -' # last directory
62cdg(){ 62cdg() {
63 cd ~/git; cd $1 63 cd ~/git/$1 || cd ~/git
64} 64}
65alias cda='cd ~/data' 65alias cda='cd ~/data'
66alias cdd='cd ~/Downloads' 66alias cdd='cd ~/Downloads'