FenrirIII@lemmy.world to Microblog Memes@lemmy.worldEnglish · 2 months agoSorry to disappoint youimagemessage-square19linkfedilinkarrow-up1318arrow-down15file-textcross-posted to: lemmyshitpost@lemmy.world
arrow-up1313arrow-down1imageSorry to disappoint youFenrirIII@lemmy.world to Microblog Memes@lemmy.worldEnglish · 2 months agomessage-square19linkfedilinkfile-textcross-posted to: lemmyshitpost@lemmy.world
minus-squarekali_fornication@lemmy.worldlinkfedilinkEnglisharrow-up2·edit-22 months agomy google search history is cursed but my zsh history is blessed because i can just do zsearch() { cat ~/.zsh_history | grep "$1" }
minus-squarered_tomato@lemmy.worldlinkfedilinkEnglisharrow-up3·edit-22 months ago> history l s lss lsd ls-l lsl-
minus-squarekali_fornication@lemmy.worldlinkfedilinkEnglisharrow-up2·2 months agoand then if you’re like me and you’re too lazy to type out zsearch every time you just do alias z="zsearch"
my google search history is cursed but my zsh history is blessed because i can just do
zsearch() { cat ~/.zsh_history | grep "$1" }> history l s lss lsd ls-l lsl-and then if you’re like me and you’re too lazy to type out
zsearchevery time you just doalias z="zsearch"Does zsh not have Ctrl+R?