Top ".profile" questions

Export path in .profile on mac

I can't believe there isn't any tutorials about this after googling. Can someone point me a direction or explain what …

macos terminal profile .profile
How to interactively set syntax highlighting in VI editor

Using vi, I want to display files in distinguished colors in unix. If I save a file as .sql or .…

syntax-highlighting vi color-scheme .profile ls-colors
.profile not working from terminal in mac

I had a .profile file that I was reading and using aliases from in my terminal, but at some point …

macos bash terminal alias .profile
How do I fix my GOROOT and GOPATH variables to run go?

Operating system: Ubuntu 14.04 lines in the .bashrc (tried both of the following) # GoPath (without goroot) export GOPATH=$HOME/gowork ... # GoPath (…

bash go environment-variables ubuntu-14.04 .profile
sudo to a different user and run command as that user

consider this sudo command below sudo -iu bigadmin bigadmin is a generic user that all users sudo to, to do …

shell sudo user-profile login-script .profile
Permission denied when starting .bashrc on ubuntu on windows

I wanted to add a path to my .bashrc file on Ubuntu on Windows. Since then, I get always: /home/…

bash permissions .profile
.profile: line 31: syntax error: unexpected end of file

I'm bad at bash programming. Where is the error? Here is my .profile file: # WARNING: For help understanding this file, …

bash .profile
How to fetch environment variables in Mac OS X using python?

How can I lookup environment variables (e.g. export HG_USER from .profile) using python code in Mac OS X?

python macos environment-variables .profile