Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

source bash_profile on startup mac

If you are using oh-my-zsh,
the default one that will be loaded automatically is ~/.zshrc.
All you need to do is adding the following at the end of ~/.zshrc:

if [ -f ~/.bash_profile ]; then
  . ~/.bash_profile
fi
Comment

PREVIOUS NEXT
Code Example
Shell :: How can I check if a directory exists in a Bash shell script? 
Shell :: start docker image 
Shell :: installing sonarqube on ubuntu 
Shell :: force docker for a clean build of an image 
Shell :: grep second line 
Shell :: chmod chown 
Shell :: git global ingnore 
Shell :: fish set environment variable 
Shell :: install crontab in linux 
Shell :: rename all files starting with in linux 
Shell :: linux grep 
Shell :: command to start a system service 
Shell :: change default location screen mac 
Shell :: Err:9 http://ppa.launchpad.net/plushuang-tw/uget-stable/ubuntu focal Release 404 Not Found [IP: 91.189.95.85 80] 
Shell :: create a new branch based on another branch 
Shell :: powershell to connect to remote computer 
Shell :: dockerfile copy folder to container 
Shell :: git get latest log output to file 
Shell :: how to install tar.xz files on ubuntu 
Shell :: uninstall awesome window manager ubuntu 
Shell :: how can fix some refs in git github 
Shell :: service previous logs 
Shell :: apt source "--ignore-missing" 
Shell :: setting config source di linux 
Shell :: bash read full file 
Shell :: amend git description 
Shell :: udev rule adb 
Shell :: How to add and commit files to a Git repository 
Shell :: how to change a commit message 
Shell :: redwood login 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =