Installing is easy just add:

alias updog="sudo apt update && sudo apt upgrade -y"

to your .bashrc or .zshrc

  • fmstratA
    link
    English
    411 months ago

    Wait until you see the one I showed off the other day: alias gl='git log --graph --abbrev-commit --no-decorate --date=format:'\''%Y-%m-%d %H:%M:%S'\'' --format=format:'\''%C(8)%>|(16)%h %C(7)%ad %C(8)%<(16,trunc)%an %C(auto)%d %>|(1)%s'\'' --all'

    • Rikudou_Sage
      cake
      link
      fedilink
      English
      111 months ago

      I present my ll: exa --all --long --header --group --time-style=long-iso --group-directories-first --git.