added tere function to aliases file
This commit is contained in:
		@@ -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"
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user