aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-05-30 21:14:11 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-05-30 21:14:11 +1200
commit1e1225972aa4a606373d8db9ced82035a4b50b54 (patch)
treeebd672485f86c90b3fdb62a10d069c349e2c943f
parentIgnore tput(1) stderr (diff)
downloaddotfiles-1e1225972aa4a606373d8db9ced82035a4b50b54.tar.gz
dotfiles-1e1225972aa4a606373d8db9ced82035a4b50b54.zip
Remove a few notes about ~/.profile
zsh doesn't source ~/.profile by default :(
-rw-r--r--README.markdown7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown
index e8405973..51959ae7 100644
--- a/README.markdown
+++ b/README.markdown
@@ -91,10 +91,9 @@ available.
Shell
-----
-My `.profile` and other files in `sh` are written in Bourne/POSIX shell script
-so that they can be parsed by any Bourne-compatible shell, including `zsh`,
-`dash`, and \*BSD implementations of `sh`. Individual scripts called by
-`.profile` are saved in `.profile.d` and iterated on login for ease of
+My `.profile` and other files in `sh` are written in Bourne/POSIX shell script,
+so they should work in most `sh(1)` implementations. Individual scripts called
+by `.profile` are saved in `.profile.d` and iterated on login for ease of
management. All of these boil down to exporting variables appropriate to the
system and the software it has available.