# file: ~/.zshrc # Created: Tue Jan 04 15:00:00 CET 2005 # Latest change: Sat Jan 04 06:00:00 CET 2020 if [[ -f ~/.zsh/.zshrc.forall ]] then; source ~/.zsh/.zshrc.forall ; fi if [[ -f ~/.zsh/.zshrc.mine ]] then; source ~/.zsh/.zshrc.mine ; fi if [[ -f ~/.zsh/.zshrc.local ]] then; source ~/.zsh/.zshrc.local ; fi # added by pipsi (https://github.com/mitsuhiko/pipsi) # export PATH="/home/user/guckes/.local/bin:$PATH" #EOF