💾 Archived View for unixcat.coffee › techne › zsh.gmi captured on 2021-12-04 at 18:04:22. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

➡️ Next capture (2022-01-08)

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

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)'

~~~

Last updated: 2021-12-02

Techne archive

Back to unixcat.coffee