Compare commits

..

No commits in common. "8b8ba86df9f9608e1d9212834ca5e4bdaf577a96" and "43e8d5a72594912f878bc9444ac7387d02715164" have entirely different histories.

6 changed files with 12 additions and 12 deletions

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/2src-gitconfig within the same shell-things repo
[includeIf "gitdir:~/2src/"]
path = ~/2src/gitconfig
# see also .mikaela/src2-gitconfig within the same shell-things repo
[includeIf "gitdir:~/src2/"]
path = ~/src2/gitconfig

View File

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

View File

@ -44,7 +44,7 @@ repos:
# GitHub Actions etc. configuration validity checking
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.2
rev: 0.23.1
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/2src-gitconfig within the same shell-things repo
[includeIf "gitdir:~/2src/"]
path = ~/2src/gitconfig
# see also .mikaela/src2-gitconfig within the same shell-things repo
[includeIf "gitdir:~/src2/"]
path = ~/src2/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")
(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")
(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 &)
# 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")
(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")
(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 &)
# 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"