1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00
wting_autojump/install.sh
2009-02-14 12:00:54 -05:00

4 lines
184 B
Bash
Executable File

sudo cp autojump /usr/bin/
sudo cp autojump.sh /etc/profile.d/
sudo cp autojump.1 /usr/share/man/man1/
# I guess I could do the source-ing here too, but I'm not sure it's a good call.