Horje
add fold to path in linux Code Example
add fold to path in linux
#Temporary solution 
echo $PATH
export PATH="$HOME/bin:$PATH"

#Permanent solution 
nano ~/.bashrc
export PATH="$HOME/bin:$PATH"
source ~/.bashrc
echo $PATH
Source: linuxize.com




Shell

Related
Execution failed for task ':app:lintVitalDevelopmentRelease'. Code Example Execution failed for task ':app:lintVitalDevelopmentRelease'. Code Example
gchange default from dash to bash Code Example gchange default from dash to bash Code Example
fold all lines in vim Code Example fold all lines in vim Code Example
add pc to domin and change name with powershell Code Example add pc to domin and change name with powershell Code Example
git delete branch error not found Code Example git delete branch error not found Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8