aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-10-30 10:44:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-10-30 10:44:23 +1300
commit35a4ed5b39991c86db34f61d737d8eb0a408da72 (patch)
tree7613a1d10d5e378549f82170419645d2a1192a7a
parentMerge branch 'release/v1.71.0' into develop (diff)
downloaddotfiles-35a4ed5b39991c86db34f61d737d8eb0a408da72.tar.gz
dotfiles-35a4ed5b39991c86db34f61d737d8eb0a408da72.zip
Add a new issue
-rw-r--r--ISSUES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/ISSUES.md b/ISSUES.md
index 282d8cdc..3ead2d0d 100644
--- a/ISSUES.md
+++ b/ISSUES.md
@@ -21,3 +21,8 @@ Known issues
* Need to decide whether I care about XDG, and implement it if I do
* Need to decide whether I'm testing the shell snippets for MPD, Keychain etc,
and if so how.
+* The custom shell functions really should be documented, but it's not clear to
+ me exactly where this should happen, because the commands' availability
+ depends on which shell you're using; the `sd` function isn't available when
+ you're not using Bash. Maybe I should try to extend `help` without breaking
+ it?