`alias fucking='systemctl --user restart'`
`fucking pipewire`
`fucking kdeconnect-indicator`
(I am very thankful for both pipewire and kdeconnect, they're great and largely better than what came before, I'm just picking on them because computers are complicated and they're the most recent two daemons I've had get into weird states that I couldn't be bothered to properly debug)
@emily def better than pulseaudio. But I also find myself having to restart pipewire once a few month.

@WindOfChange @emily

I should create an `alias fucking-firefox=pkill -9f 'firefox -contentproc`

IYKYK

@WindOfChange @emily That frequency may be why I've never had to restart mine: I don't think I've gone a full month without rebooting into Haiku since Pipewire came out.
@emily fucking cups-browsed
@emily mix it with this to get an unholy cli https://github.com/nvbn/thefuck
GitHub - nvbn/thefuck: Magnificent app which corrects your previous console command.

Magnificent app which corrects your previous console command. - nvbn/thefuck

GitHub
@emily this alias could also be called "unfuck" for the extra funny
@emily but fucking is already sudo
alias fucking="sudo"
alias fuck="sudo !!"
restarting a service should be unfuck
function unfuck () { [[ $(id -u) == 0 ]] && systemctl restart $@ || systemctl restart --user $@ }
im sure none of these actually work but you get the point-
@Maven @emily I'm stealing this "sudo !!", but as a true pole I'm replacing it with 𝚔𝚞𝚛𝚠𝚊
@speaktrap @emily bangs don't work in aliases or functions, i've been trying to get it to work for a while lol
@Maven @speaktrap @emily What shell do you use?
@Maven @speaktrap @emily ```
LAST_COMMAND=$(builtin history -p !!)
echo "last command was: $LAST_COMMAND"
eval "${LAST_COMMAND}"
```

@Maven @emily There is also thefuck, which I use a lot.

https://github.com/nvbn/thefuck

GitHub - nvbn/thefuck: Magnificent app which corrects your previous console command.

Magnificent app which corrects your previous console command. - nvbn/thefuck

GitHub
@emily fucking plexmediaserver
@emily
I wish I had an alias to fix my mouse scroll wheel. :(
@emily fucking step-ca
(Homelabbing hell, sent help)
@emily best unix knowledge ever.
@emily Give that I always have to look up how to restart a daemon, this looks quite handy.

@emily
I'd alias "wtf" to status.

I think I might be doing this today on my work systems.

And documenting it in confluence.

@xinit that's `systemctl --system --user status --failed` btw if anyone wants

@emily

@emily systemctl: command not found 
@emily TBH I'd go with Fuck over Fucking; like Fuck [blank] isn't working again. I think I have an alias for XFWM
@emily I feel that toot.
@emily nah, alias fucking='sudo', alias unfuck='systemctl --user restart'
@emily I love pipewire! Alsa is nice and simple though
@emily that is the best thing I've seen this week