Skip to content

Commit

Permalink
FIX: moved setting system/options/home directory shortcut (~) to fina…
Browse files Browse the repository at this point in the history
…l phase
  • Loading branch information
Oldes committed Jan 2, 2019
1 parent d273f4a commit 7f5355e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mezz/mezz-shell.r
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ls: :list-dir
pwd: :what-dir
rm: :delete
mkdir: :make-dir
~: system/options/home

cd: func [
"Change directory (shell shortcut function)."
Expand Down
3 changes: 3 additions & 0 deletions src/mezz/mezz-tail.r
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ func: funco [
make function! copy/deep reduce [spec body] ; (now it deep copies)
]

;- Shortcut for home directory
~: system/options/home

; Quick test runner (temporary):
run-tests: qt: function["Runs quick test"][
if any [
Expand Down

0 comments on commit 7f5355e

Please sign in to comment.