Skip Navigation

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

113

You're viewing a single thread.

113 comments
  • I'm a simple man. I do simple things. I replace df, ls and top with more modern alternatives. Courtesy of this list.

    alias df="duf"
    alias ls="eza --group-directories-first --long --group --sort=ext --icons --all"
    alias top="btm"
    
113 comments