Skip to content

Commit 67eb423

Browse files
committed
add display where links are pointing to
1 parent 7231138 commit 67eb423

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

notes

+2-3
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,8 @@ cmd_config () {
396396
echo -----------------------------------------
397397

398398
echo ""
399-
echo The DEFAULT notebook is $DEFAULT_POINTER
400-
echo The USE notebook is $USE_POINTER
401-
399+
echo The DEFAULT notebook is `ls -l $DEFAULT_POINTER | cut -d' ' -f9-`
400+
echo The USE notebook is `ls -l $USE_POINTER | cut -d' ' -f9- `
402401
}
403402

404403
cmd_tree () {

0 commit comments

Comments
 (0)