Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Latest commit

 

History

History
24 lines (13 loc) · 508 Bytes

File metadata and controls

24 lines (13 loc) · 508 Bytes

Bash Customizations

Various convenience items for bash.

completions

This is my custom bash completions. Some of the programs referenced are not public or included in this repository so you probably want to comment out complete lines that have programs you don't know or use.

Usage

in your $HOME/.bashrc:

source /path/to/repo/completions

functions

Bash functions for various shortcuts.

Usage

in your $HOME/.bashrc:

source /path/to/repo/functions