How to name your alias for "git log --oneline"?

This obviously is "git lol", not?

Well, guess I am late to the party.

#git #aliases #fun

alias wetter='curl wttr.in/schleswig'

soooooo gut.

#shellGedöhns #aliases

Self-Join with Aliases Trap?!

Self-joins need DIFFERENT aliases! Same table, different names. The join condition creates relationships within the same table. This will confuse you!

#sql #sqltricks #selfjoin #aliases #tablealiases #sqlweird #sqlquiz #codingchallenge #sqlshorts #sqlwtf #joins #advancedsql

https://www.youtube.com/watch?v=a5FIIZPvZ7A

Self-Join with Aliases Trap?! #sqlweird

YouTube

Stay #anonymous & private with Tuta Mail's #aliases 😎

In this in-depth guide, we cover:

✅ What email aliases are
✅ How to get email aliases
✅ How alias addresses increase privacy & security

Give it a read 👉 https://tuta.com/blog/secure-email-alias

Three of my most favorite aliases:
alias ..='cd ..'
alias ...='cd ../..'
alias ....='cd ../../..'

#UnixTips #Shell #Shortcuts #Aliases

@drukqs Yes, these are great services. I've been using the e-mail aliases with #protonpass (now that @protonprivacy bought @simplelogin). #email #aliases
Why "alias" is my last resort for aliases

I prefer scripts to real aliases when defining a custom command.

Bonnie and Clyde. #aliases #rough

Canceling my subscription with #Proton and could use some advice on alternatives. I looked at #Startmail and #Tuta but I've been using Proton for #CloudStorage, #Calendar, and #Aliases.

#AskFedi #Encryption #Computers #Privacy #ProtonMail #Computers #Security #VPN #Fediverse #BigTech

Hard to believe the top answer to enable #shell #aliases in #vim is to make the shell interactive, which obviously make significant change to how vim interacts with the shell.

My solution for #bash is much better and can even be used to customize shell aliases loaded under vim 🙂

https://stackoverflow.com/a/79458714/969196

How to make .bashrc aliases available within a vim shell command? (:!...)

I use bash on mac and one of the aliases is like this alias gitlog='git --no-pager log -n 20 --pretty=format:%h%x09%an%x09%ad%x09%s --date=short --no-merges' However when I do :! gitlog I get...

Stack Overflow