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

View Raw

More Information

➡️ 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