SHARE WITH THE CLASS: What aliases are you using?
SHARE WITH THE CLASS: What aliases are you using?
From bash to zsh and everywhere in between, show me yours and I'll show you mines. Inspire others or get some feedback.
Simply copy & paste the output of alias in your terminal or add some comments to explain things for others.
Edit: Kbin users, click 'More' on a comment and use the fediverse link to read responses that have funky formatting
You're viewing a single thread.
View all comments
114
comments
I've got the standard ones (l, ll, ls) to be forms of
ls -flags
df = df -h mv = mv -i rm = rm -i nix-switch = sudo nix-rebuild --switch flake . nix-upd = nix flake update systat = systemctl status sysena = sudo systemctl enable systop = sudo systemctl stop
3 0 ReplyDigging the systemctl ones. I added myself to the group so that I wouldn't have to write sudo each time, but I might as well alias the entire prompt for restart and status to make it even shorter
1 0 ReplyI also use
alias nd=nix develop
a lot.1 0 Reply
You've viewed 114 comments.
Scroll to top