blind mgmt setup
This commit is contained in:
parent
87f5dfcdf8
commit
074131bb54
5 changed files with 201 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue