1
1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Tim Van Baak 981ba9f6a5 beatific: histcontrol ignore both 2024-01-31 17:38:36 -08:00
Tim Van Baak b416859153 beatific: add sqlite to programs 2024-01-31 17:38:36 -08:00
2 changed files with 3 additions and 0 deletions

View File

@ -24,3 +24,5 @@ _RESET="\[\e[0m\]"
_SHLVL=$(printf '\$%.0s' $(seq 1 $SHLVL))
# Build prompt
export PS1="$_SET_TITLE_BAR$_DIM[\A \u@\h:$_RESET$_GREEN$_DIR$_RESET$_DIM]$_SHLVL$_RESET "
export HISTCONTROL=ignoreboth

View File

@ -109,6 +109,7 @@ in {
psmisc # provides killall
python3
rsync
sqlite
tree # Directory tree view
unzip
vim