small doc update
authorIan Kelling <ian@iankelling.org>
Fri, 9 Sep 2016 21:28:17 +0000 (14:28 -0700)
committerIan Kelling <ian@iankelling.org>
Fri, 9 Sep 2016 21:28:17 +0000 (14:28 -0700)
README
phabricator-setup

diff --git a/README b/README
index 41e942a2a5a54554642a9d8c8c479abdc85a17ad..f4cbb7043c22326f80b9a531b7d55db143dda397 100644 (file)
--- a/README
+++ b/README
@@ -26,15 +26,8 @@ username. If it ever got packaged for a gnu/linux distro, it would rely
 on a hardcoded path with no username in it, so let's just do that.
 
 2. The home directory is inconvenient. It's filled with a bunch of junk
-you don't care about, which makes directory listing horible, makes it so
+you don't care about, which makes directory listing horrible, makes it so
 you can't back it up easily (for example, gvfs mountpoint in it breaks
 lots of things), and has things you don't want to backup. So, you could
 use a subdirectory. But typing /s is much faster than ~/s and in every
 root context, /home/username/s.
-
-With that established, some more details of what directories I use. I
-have a data filesystem, and if the system has ssd & hdd, I have 2 data
-filesystems. I mount them to single letter root directories, and then
-split them into data I do and don't mind being public, then bind mount
-them to other single letter directories. When I'm working on something a
-lot, I symlink it to another top level directory.
\ No newline at end of file
index 25bbab7b22236f45dec14f07e4f4bec78883b785..053cf21de5492bbdf6aabff69b6b91ed90e3ca50 100755 (executable)
@@ -16,7 +16,7 @@
 
 
 # Automated phabricator setup. Not currently using it,
-# but it works.
+# but it worked last time I tried it.
 
 set -eE -o pipefail
 trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?"' ERR