1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

add uninstall procedure. Thank you "replica"!

This commit is contained in:
Joel Schaerer 2009-07-15 19:49:09 +02:00
parent 8b4e282a91
commit 7ab3ad2ba9

View File

@ -120,3 +120,14 @@ For now gcarrier and I have packaged autojump for Arch Linux. It is available in
pacman -S autojump pacman -S autojump
I would be very interested by packages for other distros. If you think you can help me with the packaging, please contact me! I would be very interested by packages for other distros. If you think you can help me with the packaging, please contact me!
Uninstallation
==============
To completely remove autojump you should remove these files:
/etc/profile.d/autojump.bash
/etc/profile.d/autojump.sh
/etc/profile.d/autojump.zsh
Remove any mention of autojump in your ``.bashrc`` or ``.zshrc``, then in currently running shells do:``source /etc/profile``
If you keep getting ``autojump: command not found`` at the Bash prompt, do:``unset PROMPT_COMMAND``. You can also restart your shell.