arthurpizza@lemmy.world to linuxmemes@lemmy.worldEnglish · 1 year agoFor your consideration, updogmessage-squaremessage-square30fedilinkarrow-up1126arrow-down15file-text
arrow-up1121arrow-down1message-squareFor your consideration, updogarthurpizza@lemmy.world to linuxmemes@lemmy.worldEnglish · 1 year agomessage-square30fedilinkfile-text
Installing is easy just add: alias updog="sudo apt update && sudo apt upgrade -y" to your .bashrc or .zshrc
minus-squarefmstrat@lemmy.nowsci.comlinkfedilinkEnglisharrow-up4·1 year agoWait 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'
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkEnglisharrow-up1·1 year agoI present my ll: exa --all --long --header --group --time-style=long-iso --group-directories-first --git.
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'
I present my
ll
:exa --all --long --header --group --time-style=long-iso --group-directories-first --git
.