this post was submitted on 16 Jul 2023
0 points (NaN% liked)
linuxmasterrace
2164 readers
1 users here now
A community for Linux enthusiasts.
May your htop stats be low and your beard grow long
Welcome to !linuxmasterrace@feddit.de former r/linuxmasterrace members and existing Lemmyverse citizens: Feel free to join the newly created !linuxmasterrace@feddit.de community.
Let’s make the full transition to the decentralized Fediverse!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Try fish with the tide plugin and the fzf plugin. I can never go back to anything else.
I love fish, only it annoys me, if I want to run a bash script.
Why is that? You can still use bash to interpret your bash scripts. Where does it annoy you?
I have to switch to bash first, and wonder days later, why I can't find it (obviously) in my fish history.
I mean, doesn’t the script have a hash bang pointing to the bash interpreter?
Or you can just run it like:
I know, well the lazyness is strong in me. Copy and paste.