Skip to content

Adam's addition aliases, prompt setup and misc helpful things for bash

Notifications You must be signed in to change notification settings

dantherussell/bash-config

 
 

Repository files navigation

bash-config

Adam's addition aliases, prompt setup and misc helpful things for bash

Installation

git clone https://github.com/AdamWhittingham/bash-config .bash-config 

cat >>~/.bashrc <<EOS
  if [[ -f ~/.bash-config/bash_adam ]]; then
    source ~/.bash-config/bash_adam
  fi
EOS

Check for shellshock vulnurability

To check if you are vulnerable to the shellshock bug in bash run:

check_shellshock

About

Adam's addition aliases, prompt setup and misc helpful things for bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 90.6%
  • Perl 9.4%