{"id":61,"date":"2021-10-28T06:50:15","date_gmt":"2021-10-28T06:50:15","guid":{"rendered":"https:\/\/blogs.oregonstate.edu\/davidkaff\/?p=61"},"modified":"2021-10-28T07:09:23","modified_gmt":"2021-10-28T07:09:23","slug":"fix-zsh-prompt-macos","status":"publish","type":"post","link":"https:\/\/blogs.oregonstate.edu\/davidkaff\/2021\/10\/28\/fix-zsh-prompt-macos\/","title":{"rendered":"How To Fix Your zsh Prompt On macOS"},"content":{"rendered":"\n<p>Tired of a long prompt in zsh? Or worse, upgrading from macOS 10.14- with a customized bash prompt, and zsh is harshing your minimalist terminal vibe? Read on to find out how to fix it, and how to understand the steps you&#8217;re going to take!<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">The Motivation<\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>(<a href=\"#how-to\" rel=\"nofollow\">skip this week&#8217;s rant<\/a>)<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>If you&#8217;re <strong><em>anything<\/em><\/strong> like me, you were previously a physics tutor at your local community college. At this community college the physics department insisted on teaching students to write math equations for lab reports with an arcane software &#8220;MathType&#8221; which was only available for use by copying it off of a machine in the lab and onto your local. And (again \u2014 if you&#8217;re anything like me) then you caught wind macOS 10.15 &#8220;Catalina&#8221; was breaking the compatibility with that dinosaur of a program.<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>This was, of course, unacceptable: Each semester without fail you needed to do a ~20 minute presentation on various occassions to divulge the spells (keyboard shortcuts) and potions (font settings) needed to craft beautifully typeset equations for lab reports than only two sets of eyes would ever view.<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>And so (if you are a n y t h i n g like me) you opted to go without software updates for two years. That&#8217;s right. You kept your production machine vulnerable to two years worth of juicy zero-day and known exploits, just to pass on the tradition of wizardry in a program that almost no one benefits from, and absolutely no one needs (ahem\u2026 LaTeX).<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>In any case, upon graduation you may have decided that having such a vulnerable machine while attending school online might not be the best course of action, and so you finally upgraded from OSX to the shiny, at the time new macOS &#8220;Big Sur&#8221;. But, to your dismay, your terminal prompt was no longer the neat little folder emoji it once was. Now, despite your best efforts, you were being forced once more to STARE at your own name every time you wanted to access the command line. <em>Disgusting<\/em>.<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Anyways, if yOu ArE aNyThInG LiKe mE, and you want to remedy the situation, let me guide you through the exercise:<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to\">How To:<\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ol class=\"wp-block-list\"><li>Open a new terminal at <code style=\"color: #C63E05\">~<\/code>.<\/li><\/ol>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\"><li>view your current overrides for new zsh terminal environments with <code style=\"color: #C63E05\">cat .zshrc<\/code>.<\/li><\/ol>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\"><li>If you don&#8217;t see anything that is going to change the prompt, <code style=\"color: #C63E05\">cd<\/code> to <code style=\"color: #C63E05\">\/etc<\/code> and <code style=\"color: #C63E05\">cat zshrc<\/code>.<\/li><\/ol>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ol class=\"wp-block-list\" start=\"4\"><li>You will see a <code style=\"color: #C63E05\"># Default prompt<\/code> line followed by <br><code style=\"color: #C63E05\">PS1=\"%n@%m %1~ %# \"<\/code>. As I&#8217;m sure you can gather, this <code style=\"color: #C63E05\">PS1<\/code> needs to be overriden in your <code style=\"color: #C63E05\">~\/.zshrc<\/code>.<\/li><\/ol>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ol class=\"wp-block-list\" start=\"5\"><li>Copy the <code style=\"color: #C63E05\">PS1<\/code> line with <code style=\"color: #C63E05\">\u2318+C<\/code>, and <code style=\"color: #C63E05\">cd<\/code> back to <code style=\"color: #C63E05\">~<\/code>.<\/li><\/ol>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ol class=\"wp-block-list\" start=\"6\"><li><code style=\"color: #C63E05\">nano .zshrc<\/code> and paste in the <code style=\"color: #C63E05\">PS1<\/code> line with <code style=\"color: #C63E05\">\u2318+V<\/code>, but don&#8217;t exit yet.<\/li><\/ol>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ol class=\"wp-block-list\" start=\"7\"><li>As I&#8217;m sure you can gather from observation, the &#8220;<code style=\"color: #C63E05\">%n@<\/code>&#8221; in the default prompt is the culprit of the clutter-tastrophy in your current prompt. <br><br><strong>If<\/strong>. <strong>You&#8217;re<\/strong>. <strong>Anything<\/strong>. <strong>Like<\/strong>. <strong>Me<\/strong>. you don&#8217;t care to see this info in one more solitary terminal environment, so <strong><em>swiftly delete these three offending characters<\/em><\/strong>.<\/li><\/ol>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ol class=\"wp-block-list\" start=\"8\"><li><code style=\"color: #C63E05\">^+O<\/code> to save the changes, and <code style=\"color: #C63E05\">^+X<\/code> to exit.<\/li><\/ol>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">All done!<\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>And that&#8217;s all there is to it! Happy tuning out the noise.<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator is-style-dots\" \/>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Thanks to <a href=\"https:\/\/www.makeuseof.com\/customize-zsh-prompt-macos-terminal\/\">https:\/\/www.makeuseof.com\/customize-zsh-prompt-macos-terminal\/<\/a> for pointing me towards the correct directories.<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator is-style-dots\" \/>\n","protected":false},"excerpt":{"rendered":"<p>Tired of a long prompt in zsh? Or worse, upgrading from macOS 10.14- with a customized bash prompt, and zsh is harshing your minimalist terminal vibe? Read on to find out how to fix it, and how to understand the steps you&#8217;re going to take! The Motivation (skip this week&#8217;s rant) If you&#8217;re anything like&hellip; <a class=\"more-link\" href=\"https:\/\/blogs.oregonstate.edu\/davidkaff\/2021\/10\/28\/fix-zsh-prompt-macos\/\">Continue reading <span class=\"screen-reader-text\">How To Fix Your zsh Prompt On macOS<\/span><\/a><\/p>\n","protected":false},"author":11555,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[7,8],"class_list":["post-61","post","type-post","status-publish","format-standard","hentry","category-oregon-state-capstone-blog","tag-macos","tag-roast-myself","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How To Fix Your zsh Prompt On macOS - David Kaff<\/title>\n<meta name=\"robots\" content=\"index, nofollow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blogs.oregonstate.edu\/davidkaff\/2021\/10\/28\/fix-zsh-prompt-macos\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Fix Your zsh Prompt On macOS - David Kaff\" \/>\n<meta property=\"og:description\" content=\"Tired of a long prompt in zsh? Or worse, upgrading from macOS 10.14- with a customized bash prompt, and zsh is harshing your minimalist terminal vibe? Read on to find out how to fix it, and how to understand the steps you&#8217;re going to take! The Motivation (skip this week&#8217;s rant) If you&#8217;re anything like&hellip; Continue reading How To Fix Your zsh Prompt On macOS\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blogs.oregonstate.edu\/davidkaff\/2021\/10\/28\/fix-zsh-prompt-macos\/\" \/>\n<meta property=\"og:site_name\" content=\"David Kaff\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-28T06:50:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-10-28T07:09:23+00:00\" \/>\n<meta name=\"author\" content=\"David Kaff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"David Kaff\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/blogs.oregonstate.edu\\\/davidkaff\\\/2021\\\/10\\\/28\\\/fix-zsh-prompt-macos\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blogs.oregonstate.edu\\\/davidkaff\\\/2021\\\/10\\\/28\\\/fix-zsh-prompt-macos\\\/\"},\"author\":{\"name\":\"David Kaff\",\"@id\":\"https:\\\/\\\/blogs.oregonstate.edu\\\/davidkaff\\\/#\\\/schema\\\/person\\\/0d93f65fc3b5939cc721d30965e4f353\"},\"headline\":\"How To Fix Your zsh Prompt On macOS\",\"datePublished\":\"2021-10-28T06:50:15+00:00\",\"dateModified\":\"2021-10-28T07:09:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/blogs.oregonstate.edu\\\/davidkaff\\\/2021\\\/10\\\/28\\\/fix-zsh-prompt-macos\\\/\"},\"wordCount\":528,\"commentCount\":0,\"keywords\":[\"macOS\",\"roast myself\"],\"articleSection\":[\"Oregon State Capstone Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/blogs.oregonstate.edu\\\/davidkaff\\\/2021\\\/10\\\/28\\\/fix-zsh-prompt-macos\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blogs.oregonstate.edu\\\/davidkaff\\\/2021\\\/10\\\/28\\\/fix-zsh-prompt-macos\\\/\",\"url\":\"https:\\\/\\\/blogs.oregonstate.edu\\\/davidkaff\\\/2021\\\/10\\\/28\\\/fix-zsh-prompt-macos\\\/\",\"name\":\"How To Fix Your zsh Prompt On macOS - David Kaff\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blogs.oregonstate.edu\\\/davidkaff\\\/#website\"},\"datePublished\":\"2021-10-28T06:50:15+00:00\",\"dateModified\":\"2021-10-28T07:09:23+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/blogs.oregonstate.edu\\\/davidkaff\\\/#\\\/schema\\\/person\\\/0d93f65fc3b5939cc721d30965e4f353\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blogs.oregonstate.edu\\\/davidkaff\\\/2021\\\/10\\\/28\\\/fix-zsh-prompt-macos\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/blogs.oregonstate.edu\\\/davidkaff\\\/2021\\\/10\\\/28\\\/fix-zsh-prompt-macos\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blogs.oregonstate.edu\\\/davidkaff\\\/2021\\\/10\\\/28\\\/fix-zsh-prompt-macos\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blogs.oregonstate.edu\\\/davidkaff\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Fix Your zsh Prompt On macOS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blogs.oregonstate.edu\\\/davidkaff\\\/#website\",\"url\":\"https:\\\/\\\/blogs.oregonstate.edu\\\/davidkaff\\\/\",\"name\":\"David Kaff\",\"description\":\"fledgling software engineer\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/blogs.oregonstate.edu\\\/davidkaff\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blogs.oregonstate.edu\\\/davidkaff\\\/#\\\/schema\\\/person\\\/0d93f65fc3b5939cc721d30965e4f353\",\"name\":\"David Kaff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/feece6673b6f1dbb8044d124b27ad93d9c837024b690380c1f3a9cb710d0a470?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/feece6673b6f1dbb8044d124b27ad93d9c837024b690380c1f3a9cb710d0a470?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/feece6673b6f1dbb8044d124b27ad93d9c837024b690380c1f3a9cb710d0a470?s=96&d=mm&r=g\",\"caption\":\"David Kaff\"},\"url\":\"https:\\\/\\\/blogs.oregonstate.edu\\\/davidkaff\\\/author\\\/kaffs\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Fix Your zsh Prompt On macOS - David Kaff","robots":{"index":"index","follow":"nofollow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blogs.oregonstate.edu\/davidkaff\/2021\/10\/28\/fix-zsh-prompt-macos\/","og_locale":"en_US","og_type":"article","og_title":"How To Fix Your zsh Prompt On macOS - David Kaff","og_description":"Tired of a long prompt in zsh? Or worse, upgrading from macOS 10.14- with a customized bash prompt, and zsh is harshing your minimalist terminal vibe? Read on to find out how to fix it, and how to understand the steps you&#8217;re going to take! The Motivation (skip this week&#8217;s rant) If you&#8217;re anything like&hellip; Continue reading How To Fix Your zsh Prompt On macOS","og_url":"https:\/\/blogs.oregonstate.edu\/davidkaff\/2021\/10\/28\/fix-zsh-prompt-macos\/","og_site_name":"David Kaff","article_published_time":"2021-10-28T06:50:15+00:00","article_modified_time":"2021-10-28T07:09:23+00:00","author":"David Kaff","twitter_card":"summary_large_image","twitter_misc":{"Written by":"David Kaff","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blogs.oregonstate.edu\/davidkaff\/2021\/10\/28\/fix-zsh-prompt-macos\/#article","isPartOf":{"@id":"https:\/\/blogs.oregonstate.edu\/davidkaff\/2021\/10\/28\/fix-zsh-prompt-macos\/"},"author":{"name":"David Kaff","@id":"https:\/\/blogs.oregonstate.edu\/davidkaff\/#\/schema\/person\/0d93f65fc3b5939cc721d30965e4f353"},"headline":"How To Fix Your zsh Prompt On macOS","datePublished":"2021-10-28T06:50:15+00:00","dateModified":"2021-10-28T07:09:23+00:00","mainEntityOfPage":{"@id":"https:\/\/blogs.oregonstate.edu\/davidkaff\/2021\/10\/28\/fix-zsh-prompt-macos\/"},"wordCount":528,"commentCount":0,"keywords":["macOS","roast myself"],"articleSection":["Oregon State Capstone Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blogs.oregonstate.edu\/davidkaff\/2021\/10\/28\/fix-zsh-prompt-macos\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blogs.oregonstate.edu\/davidkaff\/2021\/10\/28\/fix-zsh-prompt-macos\/","url":"https:\/\/blogs.oregonstate.edu\/davidkaff\/2021\/10\/28\/fix-zsh-prompt-macos\/","name":"How To Fix Your zsh Prompt On macOS - David Kaff","isPartOf":{"@id":"https:\/\/blogs.oregonstate.edu\/davidkaff\/#website"},"datePublished":"2021-10-28T06:50:15+00:00","dateModified":"2021-10-28T07:09:23+00:00","author":{"@id":"https:\/\/blogs.oregonstate.edu\/davidkaff\/#\/schema\/person\/0d93f65fc3b5939cc721d30965e4f353"},"breadcrumb":{"@id":"https:\/\/blogs.oregonstate.edu\/davidkaff\/2021\/10\/28\/fix-zsh-prompt-macos\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blogs.oregonstate.edu\/davidkaff\/2021\/10\/28\/fix-zsh-prompt-macos\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blogs.oregonstate.edu\/davidkaff\/2021\/10\/28\/fix-zsh-prompt-macos\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blogs.oregonstate.edu\/davidkaff\/"},{"@type":"ListItem","position":2,"name":"How To Fix Your zsh Prompt On macOS"}]},{"@type":"WebSite","@id":"https:\/\/blogs.oregonstate.edu\/davidkaff\/#website","url":"https:\/\/blogs.oregonstate.edu\/davidkaff\/","name":"David Kaff","description":"fledgling software engineer","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blogs.oregonstate.edu\/davidkaff\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/blogs.oregonstate.edu\/davidkaff\/#\/schema\/person\/0d93f65fc3b5939cc721d30965e4f353","name":"David Kaff","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/feece6673b6f1dbb8044d124b27ad93d9c837024b690380c1f3a9cb710d0a470?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/feece6673b6f1dbb8044d124b27ad93d9c837024b690380c1f3a9cb710d0a470?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/feece6673b6f1dbb8044d124b27ad93d9c837024b690380c1f3a9cb710d0a470?s=96&d=mm&r=g","caption":"David Kaff"},"url":"https:\/\/blogs.oregonstate.edu\/davidkaff\/author\/kaffs\/"}]}},"_links":{"self":[{"href":"https:\/\/blogs.oregonstate.edu\/davidkaff\/wp-json\/wp\/v2\/posts\/61","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.oregonstate.edu\/davidkaff\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.oregonstate.edu\/davidkaff\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.oregonstate.edu\/davidkaff\/wp-json\/wp\/v2\/users\/11555"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.oregonstate.edu\/davidkaff\/wp-json\/wp\/v2\/comments?post=61"}],"version-history":[{"count":11,"href":"https:\/\/blogs.oregonstate.edu\/davidkaff\/wp-json\/wp\/v2\/posts\/61\/revisions"}],"predecessor-version":[{"id":86,"href":"https:\/\/blogs.oregonstate.edu\/davidkaff\/wp-json\/wp\/v2\/posts\/61\/revisions\/86"}],"wp:attachment":[{"href":"https:\/\/blogs.oregonstate.edu\/davidkaff\/wp-json\/wp\/v2\/media?parent=61"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.oregonstate.edu\/davidkaff\/wp-json\/wp\/v2\/categories?post=61"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.oregonstate.edu\/davidkaff\/wp-json\/wp\/v2\/tags?post=61"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}