feat(shell): add comby shell aliases
The main reason for this is to automatically exclude common directories form the search and replace to speed things up a bit.
This commit is contained in:
parent
0aad3a6601
commit
a064375c2b
1 changed files with 11 additions and 0 deletions
11
site-modules/core/files/oh-my-zsh/custom/comby.zsh
Normal file
11
site-modules/core/files/oh-my-zsh/custom/comby.zsh
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/zsh
|
||||
#
|
||||
# Alias for comby cli tool
|
||||
#
|
||||
# See: https://comby.dev/
|
||||
#
|
||||
# Author: Ade Attwood <code@adeattwood.co.uk>
|
||||
# Updated: 2021-11-21
|
||||
#
|
||||
|
||||
alias comby="comby -exclude-dir vendor,node_modules,.git,.log,logs,tmp,runtime,tests/_output"
|
||||
Loading…
Reference in a new issue