aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-05 21:05:08 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-05 21:05:08 +1300
commitcee8fa3116fc8c92bc84328ef2b46d58ab2b4d4f (patch)
tree6c6bd9e05428ec0feb7828099a6b754f743df476 /ISSUES.markdown
parentMore idiomatic approach to rfct(1df) (diff)
downloaddotfiles-cee8fa3116fc8c92bc84328ef2b46d58ab2b4d4f.tar.gz
dotfiles-cee8fa3116fc8c92bc84328ef2b46d58ab2b4d4f.zip
Add possibility for handling md() feature
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index 0807337d..109de041 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -16,7 +16,8 @@ Known issues
after 90dcadf; either I understand job specs really poorly or this may be a
bug in bash
* md() does not handle e.g. "../..". If there's a tidy way of making it do so
- that would probably be worthwhile.
+ that would probably be worthwhile. Maybe by trying to go there in a
+ subshell and printing PWD?
* I can't find a clean way of detecting a restricted shell for ksh instances
to prevent trying to load anything fancy (works for Bash)
* Zsh, either! $options[restricted] is "off" within the startup file