Skip to content
/ pivot Public

Command line utility to easily switch between user defined shell configurations.

Notifications You must be signed in to change notification settings

spricet/pivot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pivot

Enabling Post-Init Features

Add the following to your ~/.bashrc

### Pivot ###
if [ ! -z "$PIVOT_PS1" ]; then
    PS1="$PIVOT_PS1"
fi
if [ ! -z "$PIVOT_START_DIR" ]; then
    cd $(eval "ls -d $PIVOT_START_DIR")
fi
### End Pivot ###

About

Command line utility to easily switch between user defined shell configurations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages