Fixed jump pluging to display the right mark name on 'mark . '

master
Octavian Neamtu 11 years ago committed by ncanceill
parent 563e1052c7
commit fb5b83d10d
  1. 2
      plugins/jump/jump.plugin.zsh

@ -13,7 +13,7 @@ jump() {
}
mark() {
if (( $# == 0 )); then
if [[ ( $# == 0 ) || ( "$1" == "." ) ]]; then
MARK=$(basename "$PWD")
else
MARK="$1"

Loading…
Cancel
Save