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

  • So I’ve checked and…

    alias la='ls -a'
    alias mplayer='mplayer -noautosub -alang en'
    alias ll='ls $LS_OPTIONS -lh'
    alias l='ls $LS_OPTIONS -lAa'
    alias x='startx'
    alias ekgi='ekg -i'
    alias glinks='links2 -g'
    

    My god, this must be in my .bashrc since forever. I mean… links2? ekg? startx? It’s like archeology.

    I will keep it there for future historians.