diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-02-22 10:53:01 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-02-22 10:53:01 +0800 |
| commit | 9ae4ec23d6591a4b327259ad94e5eb8af91689e9 (patch) | |
| tree | 9160fa16daba60d16911f14a944af68c726da023 /alias | |
| parent | 3ad083dbf5cb37e507adf94f94c1cc2f71fd7549 (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -355,6 +355,7 @@ alias cdm='cd ~/git/mapstew' | |||
| 355 | alias cdma='cd ~/git/mapstew-android' | 355 | alias cdma='cd ~/git/mapstew-android' |
| 356 | alias cdT='cd ~/git/tilemaker' | 356 | alias cdT='cd ~/git/tilemaker' |
| 357 | alias cdssh='cd ~/.ssh' | 357 | alias cdssh='cd ~/.ssh' |
| 358 | alias cdpass='cd ~/.password-store' | ||
| 358 | alias stew='cd ~/git/mapstew' | 359 | alias stew='cd ~/git/mapstew' |
| 359 | alias chmodx='sudo chmod +x' | 360 | alias chmodx='sudo chmod +x' |
| 360 | 361 | ||