Skip to content

Commit

Permalink
add the jump alias for completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Blackburn committed Jan 15, 2016
1 parent 4ae31cb commit c6e613b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/jump/jump.plugin.sh
Expand Up @@ -32,6 +32,6 @@ _completemarks() {
return 0
}

complete -F _completemarks jump unmark

alias j='jump'

complete -F _completemarks jump unmark j

0 comments on commit c6e613b

Please sign in to comment.