# .bash_profile # Set umask to something world-unreadable in any case umask 027 # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs vim: syntax=html -->

git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* gnupg forwarding now workingH. P. 2022-03-241-2/+5
* remove old dirmngr socket. remember to execute only once with multiple connec...H. P. 2022-03-231-0/+1
* wrong order :-)H. P. 2022-03-231-5/+1
* TGT was missing, lel. Also: passing remaining arguments now.H. P. 2022-03-231-1/+1
* untested behaviour: ssh-with-gpgH. P. 2022-03-231-0/+20
* Initial commit