mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
add bashrc installation instructions
This commit is contained in:
parent
02f07c154b
commit
4b11dde6c3
@ -5,6 +5,12 @@ import getopt
|
|||||||
from sys import argv
|
from sys import argv
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
#add the following to your .bashrc:
|
||||||
|
"""
|
||||||
|
PROMPT_COMMAND='autojump.py -a $(pwd)'
|
||||||
|
function j { cd "$(autojump.py $1)"; }
|
||||||
|
"""
|
||||||
|
|
||||||
max_keyweight=2000
|
max_keyweight=2000
|
||||||
|
|
||||||
def dicadd(dic,key,increment=1):
|
def dicadd(dic,key,increment=1):
|
||||||
|
Loading…
Reference in New Issue
Block a user