Skip to content

tarto-dev/usefull-bash-alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usefull bash aliases

My personnal Unix shell alias

You're free to contribute by adding a new file containing yours personnal alias.

To boost your productivity and that of your projects, aliases are your friends

Regards, benftwc (http://www.benftwc.fr/)

Installation

Sys. Requirements : Anything that run Unix : Linux OS based, MacOS X ..

Use this snippet to move your current bashrc / profile then create create new ones needed

Linux based : mv ~/.bashrc ~/.bashrc_bak; touch ~/.bashrc ~/.bash_aliases ~/.bash_ps1

Macos based : mv ~/.bash_profile ~/.bash_profile_bak; touch ~/.bash_profile ~/.bash_aliases ~/.bash_ps1

Then copy the wanted part of this repos to your own machine.

Then reload your bashrc settings : . ~/.bashrc or ~/.bash_profile

About

My personnal Unix shell alias

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages