aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-21 22:57:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-21 22:57:28 +1300
commitf4ce398f35874c86b8820937527eb065af745f9b (patch)
treec2b3cfccff940ce12eed75529831d720d27c90e7 /ISSUES.md
parentMerge branch 'hotfix/v1.71.3' (diff)
parentBump VERSION (diff)
downloaddotfiles-f4ce398f35874c86b8820937527eb065af745f9b.tar.gz
dotfiles-f4ce398f35874c86b8820937527eb065af745f9b.zip
Merge branch 'release/v1.72.0'v1.72.0
* release/v1.72.0: Bump VERSION Restore 'visualbell' Vim setting Correct sxhkd installation path Add Bash settings to Vim readline highlighting Add missing left angle bracket to filetype undo Remove trailing quote from edda(1df) manual Add a new issue
Diffstat (limited to 'ISSUES.md')
-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?