this post was submitted on 30 Jul 2023
127 points (99.2% liked)

linuxmemes

20892 readers
558 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

Installing is easy just add:

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

to your .bashrc or .zshrc

you are viewing a single comment's thread
view the rest of the comments
[โ€“] fmstrat@lemmy.nowsci.com 4 points 1 year ago (1 children)

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@lemmings.world 1 points 1 year ago

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