aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-05 21:12:51 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-05 21:12:51 +1300
commit5c8662d4360429599de579ccd8b1f8c1b4de82c3 (patch)
tree58fa2c4a72cde19cffd207804efa1b713535dadf /ISSUES.markdown
parentAdd possibility for handling md() feature (diff)
downloaddotfiles-5c8662d4360429599de579ccd8b1f8c1b4de82c3.tar.gz
dotfiles-5c8662d4360429599de579ccd8b1f8c1b4de82c3.zip
Resolve an md() issue
Made the whole thing tidier, actually
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown3
1 files changed, 0 insertions, 3 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index 109de041..383d7906 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -15,9 +15,6 @@ Known issues
jobspecs around that flee after a jobs builtin run; only saw this manifest
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. 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