We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2521bb8 + d600133 commit 532250eCopy full SHA for 532250e
.exports
@@ -33,3 +33,6 @@ export MANPAGER='less -X';
33
# Avoid issues with `gpg` as installed via Homebrew.
34
# https://stackoverflow.com/a/42265848/96656
35
export GPG_TTY=$(tty);
36
+
37
+# Hide the “default interactive shell is now zsh” warning on macOS.
38
+export BASH_SILENCE_DEPRECATION_WARNING=1;
.gitconfig
@@ -181,7 +181,7 @@
181
di = !"d() { git diff --patch-with-stat HEAD~$1; }; git diff-index --quiet HEAD -- || clear; d"
182
183
# Pull in remote changes for the current repository and all its submodules
184
- p = git pull --recurse-submodules
+ p = pull --recurse-submodules
185
186
# Clone a repository including all submodules
187
c = clone --recursive
0 commit comments