Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 26, 2021
1 parent 9818c84 commit 2edc77e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
shell/.yarnrc
shell/.yarnrc
misc/oh-my-zsh-custom/plugins/
1 change: 1 addition & 0 deletions shell/.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ alias deploy-code='envoy run deploy-code'
alias mfs='php artisan migrate:fresh --seed'
alias nah='git reset --hard;git clean -df'
alias p="phpunit"
alias pp="php artisan test --parallel"
alias pf="phpunit --filter "
alias d="php artisan dusk"
alias sshconfig="vi ~/.ssh/config"
Expand Down
3 changes: 2 additions & 1 deletion shell/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ ssh-add -A 2>/dev/null;
export XDEBUG_CONFIG="idekey=VSCODE"

# Enable autosuggestions
source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh
source ~/.dotfiles/misc/oh-my-zsh-custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh


# Extra paths
export PATH="$HOME/.composer/vendor/bin:$PATH"
Expand Down

0 comments on commit 2edc77e

Please sign in to comment.