Skip to content

thinkclay/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Create a .bash folder in home directory

  mkdir ~/.bash

For handy commands move the aliases and profile to the ~/.bash folder

  mv ./aliases ~/.bash; mv ./profile ~/.bash

Include profile into your ~/.bash_profile

  if [ -f ~/.bash/profile ]; then
    source ~/.bash/profile
  fi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published