mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
install.zsh installs autojump.zsh not .bash!
Signed-off-by: Joel Schaerer <joelthelion@laposte.net>
This commit is contained in:
parent
3208034466
commit
1376b27390
@ -18,7 +18,7 @@ if [ -d "/etc/profile.d" ]; then
|
|||||||
sudo cp autojump.zsh /etc/profile.d/
|
sudo cp autojump.zsh /etc/profile.d/
|
||||||
sudo cp autojump.sh /etc/profile.d/
|
sudo cp autojump.sh /etc/profile.d/
|
||||||
echo "Remember to add the line"
|
echo "Remember to add the line"
|
||||||
echo " source /etc/profile.d/autojump.bash"
|
echo " source /etc/profile.d/autojump.zsh"
|
||||||
echo "or"
|
echo "or"
|
||||||
echo " source /etc/profile"
|
echo " source /etc/profile"
|
||||||
echo "to your ~/.zshrc if it's not there already"
|
echo "to your ~/.zshrc if it's not there already"
|
||||||
|
Loading…
Reference in New Issue
Block a user