add jump alias completion
This commit is contained in:
parent
684bc6c9e1
commit
299cb5965b
1 changed files with 3 additions and 0 deletions
|
|
@ -30,3 +30,6 @@ export PATH=$HOME/.scripts:$PATH
|
||||||
export READNULLCMD=${PAGER:-/usr/bin/pager}
|
export READNULLCMD=${PAGER:-/usr/bin/pager}
|
||||||
export WATCH=all
|
export WATCH=all
|
||||||
export WATCHFMT="%n has %a %l from %M"
|
export WATCHFMT="%n has %a %l from %M"
|
||||||
|
|
||||||
|
# Some completions
|
||||||
|
compctl -K _completemarks j
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue