diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-05-12 17:53:38 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-05-12 17:53:38 +0800 |
commit | 4e57f2d36fc7f97e3da8d18173e5df4e5039acab (patch) | |
tree | c035c7cc5632f214ce1f13ed656835205b068e4f | |
parent | b40f8390276141733443bf65fc8454e4d433cc66 (diff) |
update
-rw-r--r-- | alias | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -346,6 +346,10 @@ bak() { | |||
346 | wrap2geojson() { | 346 | wrap2geojson() { |
347 | jq -s '{ type: "FeatureCollection", features: . }' | 347 | jq -s '{ type: "FeatureCollection", features: . }' |
348 | } | 348 | } |
349 | alias cdtrash='cd ~/.local/share/Trash' | ||
350 | trash() { | ||
351 | mv $@ ~/.local/share/Trash | ||
352 | } | ||
349 | 353 | ||
350 | # task | 354 | # task |
351 | alias tk='task' | 355 | alias tk='task' |