Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

stilist/shell_enhancements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A little like dotfiles.

Usage

  1. cd ~ (currently has to be at root: see #1)
  2. git clone git@github.com:stilist/shell_enhancements.git

Add this to your .bash_profile (or .profile, if you’re not using Bash):

for file in ~/shell_enhancements/*.sh ; do
	[ -r "$file" ] && [ -f "$file" ] && source "$file";
done;
unset file;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages