Skip to content

wrfly/bash_aliases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 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

Download the bash_aliases and bash_docker_aliases to your home directory and mv ~/bash_docker_aliases ~/.bash_docker_aliases && mv ~/bash_aliases ~/.bash_aliases

Then:

cat << EOF >> ~/.bashrc
if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
fi

if [ -f ~/.bash_docker_aliases ]; then
    . ~/.bash_docker_aliases
fi
EOF

About

A project to collect useful bash aliases.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages