Skip to content
Tomas Baca edited this page Dec 28, 2020 · 5 revisions

Bash

Sample .bashrc

This is how the bottom of your .bashrc should look like.

# path to the git root
export GIT_PATH=~/git

# run Tmux automatically in every normal terminal
export RUN_TMUX=true

# use Athame in every normal terminal
export USE_ATHAME=true

# list (space-separated) of profile names for customizing configs
export PROFILES="COLORSCHEME_DARK"

# sourcing Tomas's linux setup
source ~/git/linux-setup/appconfig/bash/dotbashrc
Clone this wiki locally