blind mgmt setup

This commit is contained in:
Robert Perce 2026-01-29 23:39:06 -06:00
parent 87f5dfcdf8
commit 074131bb54
5 changed files with 201 additions and 0 deletions

View file

@ -4,6 +4,8 @@ blue="\[\e[38;5;50m\]"
rst="\[\e[0m\]"
PS1="╭╢$blue\w$rst\n╰╼ "
PATH=$PATH:"$HOME/bin"
function conf() {
fname="${XDG_CONFIG_HOME:-.config}/$1"
test -f "$fname" && source "$fname"