this post was submitted on 30 Jul 2023
0 points (NaN% liked)

linuxmemes

20688 readers
1207 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

top 2 comments
sorted by: hot top controversial new old
[โ€“] fmstrat@lemmy.nowsci.com 0 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 0 points 1 year ago

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