Jump to content

adding Zip Util to my PATH?


RanchNachos
 Share

Recommended Posts

I can't seem to figure out how to add the Zip utility to my PATH. I have multiple zip programs installed, and I remember one of the installs telling me to add zip to my Path. But i can't quite seem to figure out the syntax of the .bash_profile file.

 

Here's what it looks like so far.

 

.bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

# User specific environment and startup programs


PATH=$PATH:$HOME/bin

export PATH
unset USERNAME

Edited by RanchNachos
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...