Skip to content

ie-orphane/.script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.script

installation

cd
git clone https://github.com/ie-orphane/.script.git

setup

#  -----  .script  -----
DOT_SOURCE=$HOME/.script
if [[ -d $DOT_SOURCE ]]; then
 [[ -f $DOT_SOURCE/.profile ]] && source $DOT_SOURCE/.profile || echo ".error: profile not found !"
 export PATH="$PATH:$DOT_SOURCE/commands"
 CURRENT_PROJECT=current_project
fi

About

The ultimate shell profile 💪🏼

Resources

Stars

Watchers

Forks