Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Bash Configuration

Install ~/.bashrc (and add bin/ to PATH)

If you want to use my custom binaries/scripts and/or my .bashrc file, add the following lines somewhere in your ~/.bashrc:

export TIMZWIEBEL_LINUX="<path_to_this_repository>"  # e.g., "${HOME}/linux"

export PATH="${PATH}:${TIMZWIEBEL_LINUX}/bin"

source "${TIMZWIEBEL_LINUX}/config/bash/.bashrc"

Alternatively, you can simply copy/paste parts of my .bashrc file into your ~/.bashrc file.

Links