1 parent 9dd3fa5 commit 38faf58Copy full SHA for 38faf58
2 files changed
bin/cz
@@ -0,0 +1,11 @@
1
+#!/bin/bash
2
+set -eu
3
+
4
+homebrew_dir="/opt/homebrew"
5
+brew="$homebrew_dir/bin/brew"
6
7
+env -i HOME="$HOME" GITHUB_ACTIONS="${GITHUB_ACTIONS:-}" /bin/bash --noprofile --norc << EOF
8
+eval "\$(/usr/libexec/path_helper -s)"
9
+eval "\$("$brew" shellenv)"
10
+chezmoi "$@"
11
+EOF
src/dot_config/zsh/zshrc.defer.d/alias.zsh
@@ -1,7 +1,6 @@
alias sudo="sudo "
alias sudoe='sudo -e'
alias vi='nvim'
-alias cz='chezmoi'
case "${OSTYPE}" in
darwin*)
0 commit comments