diff options
| author | Hsieh Chin Fan <typebrook@topo.tw> | 2023-02-05 11:13:14 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@topo.tw> | 2023-02-05 11:13:14 +0800 |
| commit | 363522fca7d7cd1a31339b3efd9267daffcca851 (patch) | |
| tree | 3991be1a4234eeef91293d273f524f0ee9ccdee8 /alias | |
| parent | 073d76b033f6faa8334e94cfd2fcebbfa98c41d8 (diff) | |
Update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -494,6 +494,7 @@ bak() { | |||
| 494 | wrap2geojson() { jq -s '{ type: "FeatureCollection", features: . }'; } | 494 | wrap2geojson() { jq -s '{ type: "FeatureCollection", features: . }'; } |
| 495 | alias cdtrash='cd ~/.local/share/Trash' | 495 | alias cdtrash='cd ~/.local/share/Trash' |
| 496 | trash() { mv $@ ~/.local/share/Trash; } | 496 | trash() { mv $@ ~/.local/share/Trash; } |
| 497 | alias ge='graph-easy --boxart' | ||
| 497 | 498 | ||
| 498 | # task | 499 | # task |
| 499 | alias tk='task' | 500 | alias tk='task' |