aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-01-07 09:32:14 +0800
committertypebrook <typebrook@gmail.com>2019-01-07 09:32:14 +0800
commit10368479e3e169c79d7574dc3f7cc37e8e39f8b5 (patch)
treeb3df1f382d8d444afcf9a845cb29262ce6d420f4
parent435d6d085481daba554d11a524db69873e7f35dd (diff)
update
-rw-r--r--.bash_aliases1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_aliases b/.bash_aliases
index e01c446..970b897 100644
--- a/.bash_aliases
+++ b/.bash_aliases
@@ -12,6 +12,7 @@ alias vr='vim -R'
12# shell 12# shell
13alias ll='ls -lh' 13alias ll='ls -lh'
14alias ai='sudo apt-get install' 14alias ai='sudo apt-get install'
15alias si='sudo snap install'
15alias ss='sudo !!' 16alias ss='sudo !!'
16alias hg='history|grep' 17alias hg='history|grep'
17 18