diff options
| author | typebrook <typebrook@gmail.com> | 2019-01-07 11:53:34 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-01-07 11:53:34 +0800 |
| commit | c69d72d595e6b88366bb71d0bdee19dab0ddeee3 (patch) | |
| tree | 0bfdc4de3abd49c3bc6f90a5aa783fa5f915f8c5 | |
| parent | 10368479e3e169c79d7574dc3f7cc37e8e39f8b5 (diff) | |
update
| -rw-r--r-- | .bash_aliases | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.bash_aliases b/.bash_aliases index 970b897..58469b3 100644 --- a/.bash_aliases +++ b/.bash_aliases | |||
| @@ -76,6 +76,12 @@ alias f='free -h' | |||
| 76 | alias yl='youtube-dl' | 76 | alias yl='youtube-dl' |
| 77 | alias raw='echo "https://raw.githubusercontent.com"' | 77 | alias raw='echo "https://raw.githubusercontent.com"' |
| 78 | alias nl='PS1="$PS1\n"' | 78 | alias nl='PS1="$PS1\n"' |
| 79 | alias note='gist -r 5dd936e91d9ae75ad77084da762f5c11 note > ~/NOTE/note && \ | ||
| 80 | vim ~/NOTE/note && \ | ||
| 81 | gist -u 5dd936e91d9ae75ad77084da762f5c11 ~/NOTE/note' | ||
| 82 | alias todo='gist -r 5dd936e91d9ae75ad77084da762f5c11 todo > ~/NOTE/todo && \ | ||
| 83 | vim ~/NOTE/todo && \ | ||
| 84 | gist -u 5dd936e91d9ae75ad77084da762f5c11 ~/NOTE/todo' | ||
| 79 | 85 | ||
| 80 | # tmp | 86 | # tmp |
| 81 | alias geo='cd ~/git/geoBingAnWeb' | 87 | alias geo='cd ~/git/geoBingAnWeb' |