Skip to content
/ shell Public

Shell scripts that can be loaded to my default environment

Notifications You must be signed in to change notification settings

melonger/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shell

Shell scripts that can be loaded to my default environment

git

load Shell code below in .bashrc, .zsh

if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
fi
if  [ -f ~/.accounts ]; then
        . ~/.accounts
fi

if  [ -f ~/.env ]; then
        . ~/.env
fi

Link files references to home directory

ln -s .shell/.bash_aliases ~/.
ln -s .shell/.accounts ~/.
ln -s .shell/.env ~/.

About

Shell scripts that can be loaded to my default environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages