diff options
author | typebrook <typebrook@gmail.com> | 2018-10-13 18:12:03 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2018-10-13 18:12:03 +0800 |
commit | 7de8b3e4f4362215e68162a6c033a50725e8ecf6 (patch) | |
tree | 88d4e3b44d5c3545819487fb3a430d6a46a8ae85 | |
parent | 3f5b7dec42ad797ff72e35591534cc98375ccf80 (diff) |
update
-rw-r--r-- | .bash_aliases | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.bash_aliases b/.bash_aliases index fe726ac..4036408 100644 --- a/.bash_aliases +++ b/.bash_aliases | |||
@@ -13,6 +13,9 @@ alias cds='cd ~/git/settings' | |||
13 | alias dp='docker ps' | 13 | alias dp='docker ps' |
14 | alias dpa='docker ps -a' | 14 | alias dpa='docker ps -a' |
15 | 15 | ||
16 | # ssh | ||
17 | alias topo='ssh typebrook@topo.tw' | ||
18 | |||
16 | # misc | 19 | # misc |
17 | alias ta='tig --all' | 20 | alias ta='tig --all' |
18 | alias tiga='tig --all' | 21 | alias tiga='tig --all' |