Skip to content

boot-strap-leo/bash_aliases

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Bash_aliases

A project to collect useful bash aliases and functions.

You can pull requests if you hava any useful aliases or functions to make things easy.

How to use

Just put the .bash_aliases file in your home directory and make sure that you enable alias in you .bahsrc whitch the command looks like

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

About

A project to collect useful bash alias.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published