diff options
| author | typebrook <typebrook@gmail.com> | 2019-04-18 14:26:39 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-04-19 17:54:07 +0800 |
| commit | cc15ae88d5a5bcdc5f97ff20d9ec4d81b8a96431 (patch) | |
| tree | 54034e81f924f09684c66a006d5ace682ecdb700 | |
| parent | 446b7f679f9570eb2220bfd68477bbaddff672e6 (diff) | |
update
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | alias | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9baa5c2 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1 @@ | |||
| private/* | |||
| @@ -22,6 +22,10 @@ alias ac='apt-cache' | |||
| 22 | alias si='sudo snap install' | 22 | alias si='sudo snap install' |
| 23 | alias ss='sudo !!' | 23 | alias ss='sudo !!' |
| 24 | alias hg='history|grep' | 24 | alias hg='history|grep' |
| 25 | alias rr='move_to_tmp' | ||
| 26 | move_to_tmp() { | ||
| 27 | mv $1 /tmp | ||
| 28 | } | ||
| 25 | 29 | ||
| 26 | # cd to certain directories | 30 | # cd to certain directories |
| 27 | alias ..='cd ..' | 31 | alias ..='cd ..' |