Merge branch 'main' of https://pretend.work/amd/dotfiles
This commit is contained in:
commit
4becb22435
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -43,3 +43,7 @@
|
|||
|
||||
[commit]
|
||||
gpgsign = false
|
||||
[credential]
|
||||
helper = store
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
|
Loading…
Reference in a new issue