added tere function to aliases file
This commit is contained in:
parent
79f0de702c
commit
79c84b3eda
@ -206,3 +206,8 @@ ipin() {
|
||||
# Make the API call and prettify the JSON response
|
||||
curl -s "$endpoint" | jq .
|
||||
}
|
||||
# Tere function
|
||||
tere() {
|
||||
local result=$(command tere "$@")
|
||||
[ -n "$result" ] && cd -- "$result"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user