It is loaded by default by /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist.
If you run
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
| " TODO: split up config into multiple files | |
| " source $HOME/.config/nvim/vim-plug/plugins.vim | |
| " source $HOME/.config/nvim/<category>/<sub-category-filename>.vim | |
| " source $HOME/.config/nvim/<plug-config>/<plugin-name>.vim | |
| set nocompatible | |
| filetype off | |
| if empty(glob('~/.vim/autoload/plug.vim')) | |
| silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs |
| (function(d){ | |
| var x = d.createElement("link"); | |
| var y = d.getElementsByTagName("script")[0]; | |
| x.rel = "stylesheet"; | |
| x.href = "https://fonts.googleapis.com/css?family=Raleway:400,900"; | |
| y.parentNode.insertBefore(x, y); | |
| })(document); |
| add_action('woocommerce_process_registration_errors', 'validatePasswordReg', 10, 2 ); | |
| function validatePasswordReg( $errors, $user ) { | |
| // change value here to set minimum required password chars | |
| if(strlen($_POST['password']) < 15 ) { | |
| $errors->add( 'woocommerce_password_error', __( 'Password must be at least 15 characters long.' ) ); | |
| } | |
| // adding ability to set maximum allowed password chars -- uncomment the following two (2) lines to enable that | |
| //elseif (strlen($_POST['password']) > 16 ) | |
| //$errors->add( 'woocommerce_password_error', __( 'Password must be shorter than 16 characters.' ) ); |
It is loaded by default by /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist.
If you run
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
| --- ----------------- ---- | |
| Map Quick Explanation Link | |
| --- ----------------- ---- | |
| < <F1> Causes Netrw to issue help | |
| <cr> Netrw will enter the directory or read the file |netrw-cr| | |
| <del> Netrw will attempt to remove the file/directory |netrw-del| | |
| <c-h> Edit file hiding list |netrw-ctrl-h| | |
| <c-l> Causes Netrw to refresh the directory listing |netrw-ctrl-l| | |
| <c-r> Browse using a gvim server |netrw-ctrl-r| | |
| <c-tab> Shrink/expand a netrw/explore window |netrw-c-tab| |
| #!/usr/bin/env bash | |
| # MIT © Sindre Sorhus - sindresorhus.com | |
| # git hook to run a command after `git pull` if a specified file was changed | |
| # Run `chmod +x post-merge` to make it executable then put it into `.git/hooks/`. | |
| changed_files="$(git diff-tree -r --name-only --no-commit-id ORIG_HEAD HEAD)" | |
| check_run() { | |
| echo "$changed_files" | grep --quiet "$1" && eval "$2" |
| <?php | |
| /** | |
| * Bcrypt hashing class | |
| * | |
| * @author Thiago Belem <[email protected]> | |
| * @link https://gist.github.com/3438461 | |
| */ | |
| class Bcrypt { |
As configured in my dotfiles.
start new:
tmux
start new with session name: