From 1e1225972aa4a606373d8db9ced82035a4b50b54 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 May 2015 21:14:11 +1200 Subject: Remove a few notes about ~/.profile zsh doesn't source ~/.profile by default :( --- README.markdown | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.markdown') 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. -- cgit v1.2.3