mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
remove the 's' shortcut, revert change to autojump version
This commit is contained in:
parent
eae871da9a
commit
123afc5f37
2
autojump
2
autojump
@ -28,7 +28,7 @@ from operator import itemgetter
|
|||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
AUTOJUMP_VERSION = "release-v19-49-g8e86f08-dirty"
|
AUTOJUMP_VERSION = "release-v19"
|
||||||
MAX_KEYWEIGHT = 1000
|
MAX_KEYWEIGHT = 1000
|
||||||
MAX_STORED_PATHS = 600
|
MAX_STORED_PATHS = 600
|
||||||
COMPLETION_SEPARATOR = '__'
|
COMPLETION_SEPARATOR = '__'
|
||||||
|
@ -81,5 +81,3 @@ esac
|
|||||||
|
|
||||||
alias jumpstat="autojump --stat"
|
alias jumpstat="autojump --stat"
|
||||||
function j { new_path="$(autojump $@)";if [ -n "$new_path" ]; then echo -e "\\033[31m${new_path}\\033[0m"; cd "$new_path";else false; fi }
|
function j { new_path="$(autojump $@)";if [ -n "$new_path" ]; then echo -e "\\033[31m${new_path}\\033[0m"; cd "$new_path";else false; fi }
|
||||||
function s { j $PWD $@ ; }
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user