Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 254 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 254 Bytes

dotfiles

zsh

  • local settings are set by files except .zshrc, .zshenv, and global_setting.zsh
  • Example
    • alias.zsh and profile.zsh are local settings
.zshrc
.zsh.d
 └ alias.zsh
 └ profile.zsh
 └ global_setting.zsh