0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 1 year agoLinux terminal users be likesh.itjust.worksimagemessage-square103fedilinkarrow-up1698arrow-down119
arrow-up1679arrow-down1imageLinux terminal users be likesh.itjust.works0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 1 year agomessage-square103fedilink
minus-squareianhclark510@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up2·1 year agoyou’re amazing, this is going to change how I use fish
minus-squarePlasticExistence@lemmy.worldlinkfedilinkEnglisharrow-up1·1 year agoFor real. Alternatively use alias to reassign a command to something shorter if it’s one you’re always searching for later. I use ‘update’ as an alias for ‘apt update && apt upgrade -y && apt autoremove && apt autoclean’
minus-square2ez@lemmy.worldlinkfedilinkEnglisharrow-up1·1 year agoOr the history substring search plugin for zsh showing inline history as you type, like fish.
Bruh. Ctrl-r
you’re amazing, this is going to change how I use fish
For real. Alternatively use alias to reassign a command to something shorter if it’s one you’re always searching for later. I use ‘update’ as an alias for ‘apt update && apt upgrade -y && apt autoremove && apt autoclean’
Or the history substring search plugin for zsh showing inline history as you type, like fish.