diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-05-02 00:07:37 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-05-02 00:07:37 +1200 |
commit | f1c114d3f7c90e329fe49a2f868e830b9460e192 (patch) | |
tree | 164ba37a93410dc4b3e67853cb609db879019990 /README.markdown | |
parent | Fix inaccurate comment in README (diff) | |
download | dotfiles-f1c114d3f7c90e329fe49a2f868e830b9460e192.tar.gz dotfiles-f1c114d3f7c90e329fe49a2f868e830b9460e192.zip |
Fix a misplaced line
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown index b761c382..5a17f0fe 100644 --- a/README.markdown +++ b/README.markdown @@ -61,14 +61,13 @@ Tools Configuration is included for: -* Bourne-style POSIX shells, sharing an `ENV` file and functions: +* Bourne-style POSIX shells, sharing a `.profile`, an `ENV` file, and + some helper functions: * [GNU Bash](https://www.gnu.org/software/bash/) (2.05a or higher) * [Korn shell](http://www.kornshell.com/) (including `pdksh`, `mksh`) * [Yash](https://yash.osdn.jp/index.html.en) * [Z shell](https://www.zsh.org/) * [Abook](http://abook.sourceforge.net/) -- curses address book program - including a `~/.profile` configured to work with most Bourne-compatible - shells * [cURL](https://curl.haxx.se/) -- Command-line tool for transferring data with URL syntax * [Dunst](http://knopwob.org/dunst/) -- A lightweight X11 notification daemon |