Compare commits

...

3 Commits

6 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# See main gitconfig, this is ~/src2/gitconfig
# See main gitconfig, this is ~/2src/gitconfig
[user]
email = aminda.suomalainen@example.org
signingkey = ~/.ssh/exampleorg.pub

View File

@ -95,6 +95,6 @@
mailmap = true
showSignature = true
# https://sandrotosi.blogspot.com/2020/10/multiple-git-configurations-depending.html?m=1
# see also .mikaela/src2-gitconfig within the same shell-things repo
[includeIf "gitdir:~/src2/"]
path = ~/src2/gitconfig
# see also .mikaela/2src-gitconfig within the same shell-things repo
[includeIf "gitdir:~/2src/"]
path = ~/2src/gitconfig

View File

@ -44,7 +44,7 @@ repos:
# GitHub Actions etc. configuration validity checking
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
#- id: check-dependabot
#- id: check-github-actions

View File

@ -95,6 +95,6 @@
mailmap = true
showSignature = true
# https://sandrotosi.blogspot.com/2020/10/multiple-git-configurations-depending.html?m=1
# see also .mikaela/src2-gitconfig within the same shell-things repo
[includeIf "gitdir:~/src2/"]
path = ~/src2/gitconfig
# see also .mikaela/2src-gitconfig within the same shell-things repo
[includeIf "gitdir:~/2src/"]
path = ~/2src/gitconfig

View File

@ -145,8 +145,8 @@ if [[ $UNAME == Darwin ]]; then
(echo "")
(last -10 &)
fi
(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas.\n" && echo &)
(printf "Your adventure begins in the dead of night.\nYour road won't be easy, but a rising sun awaits your journey's end.\n" && echo &)
(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas.\n")
(printf "Your adventure begins in the dead of night.\nYour road won't be easy, but a rising sun awaits your journey's end.\n\n")
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md
export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"

View File

@ -102,8 +102,8 @@ if [[ $UNAME = Darwin ]]; then
(echo "")
(last -10&)
fi
(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas.\n" && echo&)
(printf "Your adventure begins in the dead of night.\nYour road won't be easy, but a rising sun awaits your journey's end.\n" && echo &)
(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas.\n")
(printf "Your adventure begins in the dead of night.\nYour road won't be easy, but a rising sun awaits your journey's end.\n\n")
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md
export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"