Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: git remote branch 
Shell :: git setup upstream 
Shell :: sort descending order linux 
Shell :: postgresql user permissions to database 
Shell :: conda install cffi 
Shell :: amazon ec2 gnome install yum 
Shell :: prettier check 
Shell :: create file of packages to install with yum 
Shell :: dmesg watch command linxu 
Shell :: how to delete directory from /opt 
Shell :: windows build support installation failed unity linux 
Shell :: emulator android 
Shell :: how to see map of branches in git 
Shell :: git find largest files in repo 
Shell :: how to install pulseaudio volume control on fedora 
Shell :: echo wc command 
Shell :: clang format linux 
Shell :: gitconfig includeif example 
Shell :: change user run docker 
Shell :: install intel-gpu-tools 
Shell :: chromeos linux reboot 
Shell :: use ampersand in query string 
Shell :: xrandr 1600x900 ubuntu 
Shell :: how to setup promethus on docker 
Shell :: why my github user not showing photo in commit 
Shell :: gpg send key 
Shell :: sublimetext 
Shell :: anaconda install crispy-forms 
Shell :: shell basename 
Shell :: new ip linux 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =