Skip to content

Default Reference Appendix

Source files

  • .chezmoitemplates/aliases/default/default.aliases.sh

Alias reference

AliasCommand
clearaslclear_asl_logs
ctfecho $(ls -1 | wc -l)
dadate "+%Y-%m-%d %A %T %Z"
haltsudo shutdown -h now
history'fc -il 1' # Show history with ISO 8601 timestamps (zsh)
ipinfoip -br addr
ipinfoipconfig getpacket en0
pingping -c 5
poweroffsudo shutdown -h now
qquit
qfindfind . -name
quitexit
rreload
rebootsudo shutdown -r now
reloadexec $SHELL -l
ttail -f
wkdate +%V

Helper functions

  • pbcopy()
  • pbpaste()

Validation

  • Run chezmoi apply after alias updates.
  • Run dot doctor to validate your shell state.