This commit is contained in:
Andrew Davidson 2023-01-10 21:38:25 -08:00
commit 4becb22435
2 changed files with 8 additions and 1 deletions

View file

@ -238,7 +238,10 @@ function mt {
# Debian
if [ -d /usr/share/doc/fzf/examples ]; then
source /usr/share/doc/fzf/examples/key-bindings.bash
source /usr/share/doc/fzf/examples/completion.bash
if [ -f /usr/share/doc/fzf/examples/completion.bash ]; then
source /usr/share/doc/fzf/examples/completion.bash
fi
fi
# MacOS

View file

@ -43,3 +43,7 @@
[commit]
gpgsign = false
[credential]
helper = store
[init]
defaultBranch = main