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 mailmap = true
showSignature = true showSignature = true
# https://sandrotosi.blogspot.com/2020/10/multiple-git-configurations-depending.html?m=1 # https://sandrotosi.blogspot.com/2020/10/multiple-git-configurations-depending.html?m=1
# see also .mikaela/2src-gitconfig within the same shell-things repo # see also .mikaela/src2-gitconfig within the same shell-things repo
[includeIf "gitdir:~/2src/"] [includeIf "gitdir:~/src2/"]
path = ~/2src/gitconfig path = ~/src2/gitconfig

View File

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

View File

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

View File

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

View File

@ -145,8 +145,8 @@ if [[ $UNAME == Darwin ]]; then
(echo "") (echo "")
(last -10 &) (last -10 &)
fi fi
(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas.\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\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" && echo &)
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md # 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" 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 "") (echo "")
(last -10&) (last -10&)
fi fi
(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas.\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\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" && echo &)
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md # 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" export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"