Open ~/.zshrc in your favorite editor and add the following content to the bottom.
function parse_git_branch() {
git branch 2> /dev/null | sed -n -e 's/^\* \(.*\)/[\1]/p'
}| After install zsh | |
| - brew update | |
| - brew install nvm | |
| - mkdir ~/.nvm | |
| after in your ~/.zshrc or in .bash_profile if your use bash shell: | |
| export NVM_DIR=~/.nvm | |
| source $(brew --prefix nvm)/nvm.sh |
| {"lastUpload":"2021-11-16T05:30:47.932Z","extensionVersion":"v3.4.3"} |
| <VirtualHost *:80> | |
| ServerAdmin [email protected] | |
| ServerName server.in | |
| ServerAlias server.in | |
| <Directory /var/www/html/project/public> | |
| Options Indexes FollowSymLinks | |
| AllowOverride All | |
| Require all granted | |
| </Directory> | |
| DocumentRoot /var/www/html/project/public/ |
| {"lastUpload":"2020-12-23T09:45:20.186Z","extensionVersion":"v3.4.3"} |
| {"lastUpload":"2018-12-10T12:27:29.628Z","extensionVersion":"v3.2.2"} |