💾 Archived View for unixcat.coffee › techne › zsh.gmi captured on 2022-01-08 at 13:46:05. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

🚧 View Differences

-=-=-=-=-=-=-

Z-shell

Quoting aliases

Double quotes -> static: always the date when alias was created

alias dxd="echo $(date)"

Single quotes -> dynamic: the date when alias is invoked

alias dxs='echo $(date)'

~~~

Techne archive

Back to unixcat.coffee