aboutsummaryrefslogtreecommitdiff
path: root/config.default
blob: a0117c7399fb99790d62f85881a5603135b829a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# vi: ft=sh

# Configuration variables are sourced in .bashrc and
# bash_profile
#
# Booleans are case-sensitive. only "yes" counts as true,
# everything else is false.

# SSH Agent
SA_SSH_AGENT_STATIC='no'
SA_SSH_SOCKET="/var/run/user/$UID/ssh-agent.sock"
SA_SSH_PIDFILE="/var/run/user/$UID/ssh-agent.pid"

# BashBoard
BB_ENABLE="no"
BB_HIST_DIR="$HOME/.cache/bashboard/"
BB_LIST_LEN=5
BB_PRUNE_DAYS=5
BB_COLOR_HIGHLIGHT="\e[0;34m"
BB_COLOR_RESET="\e[39m"

FORCE_VANILLA_VIM="no"

# Autostart Desktop on TTY
WM_AUTO_START="no"
WM_TTY="/dev/tty1"
WM_WM="sway"

# Set a name for the host. Can be hostname, can be something else.
SYSTEM_NAME=$(hostname)

# ZOXIDE
FORCE_NORMAL_CD="no"