Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
fb5b83d1
Commit
fb5b83d1
authored
May 09, 2015
by
Octavian Neamtu
Committed by
ncanceill
Jun 11, 2015
Browse files
Fixed jump pluging to display the right mark name on 'mark . '
parent
563e1052
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/jump/jump.plugin.zsh
View file @
fb5b83d1
...
...
@@ -13,7 +13,7 @@ jump() {
}
mark
()
{
if
(
(
$#
==
0
)
)
;
then
if
[[
(
$#
==
0
)
||
(
"
$1
"
==
"."
)
]]
;
then
MARK
=
$(
basename
"
$PWD
"
)
else
MARK
=
"
$1
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment