Skip to content

Jim-Bar/zshrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

How to use this zshrc

  • Clone the repository to /etc/zsh/zshrc.d (create this directory)
  • Then in /etc/zsh/zshrc, append:
# Load sub-zshrc files
local zshrc_root=/etc/zsh/zshrc.d
if [ -d $zshrc_root ]; then
    source `find $zshrc_root -maxdepth 1 -type f ! -name README.md`
else
    echo "$zshrc_root not found"
fi

Alternatively, do the same with ~/.zshrc (only for the current user).

About

My customized zshrc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published