Parcourir la source

add bashrc installation instructions

pull/18/head
Schaerer il y a 16 ans
Parent
révision
4b11dde6c3
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. +6
    -0
      autojump.py

+ 6
- 0
autojump.py Voir le fichier

@ -5,6 +5,12 @@ import getopt
from sys import argv
import os
#add the following to your .bashrc:
"""
PROMPT_COMMAND='autojump.py -a $(pwd)'
function j { cd "$(autojump.py $1)"; }
"""
max_keyweight=2000
def dicadd(dic,key,increment=1):

Chargement…
Annuler
Enregistrer