From f543574c52bd3c5489278166af0be0f4d9185cc4 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 27 Mar 2020 17:25:02 -0400 Subject: Only cd in .profile if /usr/home exists --- home/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.profile b/home/.profile index 2d34ed83..20576362 100644 --- a/home/.profile +++ b/home/.profile @@ -17,6 +17,6 @@ export NETHACKOPTIONS='pickup_types:$!?+/=, color, DECgraphics' type nvim >/dev/null || EDITOR=vim [ -e /usr/share/mk/sys.mk ] || export CFLAGS=-O -cd +[ -d /usr/home ] && cd export ENV=~/.shrc -- cgit 1.4.1 sg' value='1'/> dontfiles
summary refs log tree commit diff
path: root/etc/samba_mdns (unfollow)
Commit message (Collapse)Author
2020-08-09Publish "LibreTLS"June McEnroe
2020-08-02Add scooper update to "IRC Suite"June McEnroe
2020-07-31Add scooper to causal.agencyJune McEnroe
2020-07-25Fix setting second title request to GETJune McEnroe
Since 9c845be2797e2047547ec247cb037471aeb48bb0 in curl (7.71.0), setting CURLOPT_NOBODY to 1 sets the request method to HEAD, but setting it back to 0 does not change the method back to GET. Setting CURLOPT_HTTPGET both sets the request method and unsets CURLOPT_NOBODY.
2020-07-20Set pull.rebase trueJune McEnroe
2020-07-18Read from stdin in orderJune McEnroe
2020-07-18Actually fix nvim and doas presence testsJune McEnroe
2020-07-14Install up CGI with mode 700June McEnroe
It should never be served as a regular file.
2020-07-14Check that there is upload dataJune McEnroe
2020-07-14Add CGI upload program for temp.causal.agencyJune McEnroe
2020-07-10Add The Broken KingdomsJune McEnroe
2020-07-08Add facebook and twitter to title user-agentJune McEnroe
This fixes fetching tweets again! https://github.com/thelounge/thelounge/pull/ 3602 (Intentionally breaking the link so GitHub doesn't add a "referenced this PR" thing?)
2020-06-30Tweak causal.agency for mostly no reasonJune McEnroe
2020-06-30Add Ancillary JusticeJune McEnroe
2020-06-26Add password non-manager to planJune McEnroe
I've had this idea for years...
2020-06-26Tweak TF2 sensitivities once moreJune McEnroe
2020-06-19Add note about litterbox bot useJune McEnroe
2020-06-19Publish "IRC suite"June McEnroe
2020-06-17Add errors to link.shJune McEnroe