Skip to content

Commit

Permalink
zmv for wildcrd file renames
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Dargan committed Sep 24, 2018
1 parent fdb1ac0 commit 510f58b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _aliases
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,7 @@ alias docker-rm-dangling-images='docker rmi $( docker images -q -f dangling=true
# private docker registry
alias npm-default='npm config set registry https://registry.npmjs.org'
alias npm-sinopia='npm config set registry http://localhost:4873/'

autoload -U zmv
alias mmv='noglob zmv -W'
alias mmvn='noglob zmv -W -n'
1 change: 1 addition & 0 deletions _bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ complete -o "nospace" -W "Finder Dock Mail Safari iTunes iCal Address\ Book Syst
export PATH="$HOME/code/homebrew/bin:$PATH"
export PATH=$PATH:/usr/local/bin:./node_modules/.bin:/Volumes/dargz/bin
source /Users/bdargan/code/homebrew/opt/autoenv/activate.sh
source /Users/bdargan/.bashrc_environment
1 change: 1 addition & 0 deletions _gitconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[credential]
helper = !aws --profile zipid-brett codecommit credential-helper $@
UseHttpPath = true
[user]
name = Brett Dargan
email = [email protected]
Expand Down
4 changes: 4 additions & 0 deletions _zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,12 @@ if [[ $('uname') == 'Darwin' ]]; then
fi
export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:$HOME/bin:$HOME/Library/Python/3.6/bin:$PATH"
#export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin:~/bin:$PATH"
#export NPM_PACKAGES="${HOME}/.npm-packages"
export NVM_DIR="$HOME/.nvm"
source "/Users/bdargan/code/homebrew/opt/nvm/nvm.sh"
source /Users/bdargan/code/homebrew/opt/autoenv/activate.sh

export LDFLAGS="-L/Users/bdargan/code/homebrew/opt/openssl/lib"
export CPPFLAGS="-I/Users/bdargan/code/homebrew/opt/openssl/include"

source `which aws_zsh_completer.sh`

0 comments on commit 510f58b

Please sign in to comment.