add: .gitconfig

https://stackoverflow.com/a/55280952/16509232
considering github actually shows the key id, it should be fine
This commit is contained in:
Léana 江 2023-11-09 23:01:43 +01:00 committed by Léana 江
parent 4d473921b4
commit 22f4a710ca
2 changed files with 29 additions and 0 deletions

View file

@ -4,6 +4,7 @@ function tmux_sessionizer --description "create tmux sessions"
set selected \
# {{{
(begin
# use fd even thought it's an extra dependency because find is too slow
fd . $REPOS_PATH $UNIV_REPOS_PATH --exact-depth 2 --type d;
fd . $PLAYGROUND_PATH --exact-depth 1 --type d;
fd . $CODEWARS_PATH/Haskell --exact-depth 1 --type d;