dotfiles

My configuration files
git clone git://git.finwo.net/misc/dotfiles
Log | Files | Refs

commit c12776630e1910825a83ebe185fb83570845dba2
parent 0029832d2665603d5082b5a89a523281b63273e1
Author: finwo <finwo@pm.me>
Date:   Tue, 11 Apr 2023 11:15:53 +0200

Add phpbrew support to zshrc

Diffstat:
Mzsh/home/.zshrc | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/zsh/home/.zshrc b/zsh/home/.zshrc @@ -275,6 +275,11 @@ nvm() { } # # }}} +# PHPBrew {{{ + +[[ -e ~/.phpbrew/bashrc ]] && source ~/.phpbrew/bashrc + +# }}} # qemu-create {{{ function qemu-create () {