Being with FreeBSD for only a few weeks I am still learning it and find myself falling back on Linux (and Windows WSL2 + Docker) for development. After all, it is all I know. But I am working toward using a single OS, hence my latest love for FreeBSD and desire to port to it completely eventually. But a lot of my aliases I use in Linux will not work for FreeBSD due mostly to the package managers (dnf in Fedora, apt in Ubuntu) so I will have some tweaking to do as I slowly integrate. A replace all script could likely handle half of these changes, but there are still a few I can't use. As such, I am very curious, what aliases do you use? What are your favorites? Will you share?
Here are only a few of mine (Fedora):
Here are only a few of mine (Fedora):
Code:
#my aliases
alias up2d8="sudo dnf update -y && sudo dnf upgrade -y && sudo dnf autoremove -y"
alias ook="speedtest"
alias nfl8="flatpak update"