fix yash thingy

This commit is contained in:
yosh 2024-04-03 23:05:49 -04:00
parent 469c628e0b
commit 051510a7d9
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function completion/doas {
beautiful! notice how options have descriptions as well, much like zsh. check it out in action:
<video src="/~yosh/blog/thoughts_on_yash_find-showcase.mp4" controls loop></video>
<video src="./thoughts-on-yash_find-showcase.mp4" controls loop></video>
it's just so nice compared to bash's lack of knowing what you have selected + lack of descriptions + less robustness for command combinations (try getting only `-HL` until a `.` and *then* having the `-name` appear after all that in bash first...). yash's could use a little color, but other than that it's really nice.